@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSharedDomainRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSharedDomainRequest.Builder
Builds instances of type
CreateSharedDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSharedDomainRequest.Builder |
builder()
Creates a builder for
CreateSharedDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSharedDomainRequest that have equal attribute values. |
Boolean |
getInternal()
Whether this is an internal domain
|
String |
getName()
The domain name
|
String |
getRouterGroupId()
The router group id
|
int |
hashCode()
Computes a hash code from attributes:
internal, name, routerGroupId. |
String |
toString()
Prints the immutable value
CreateSharedDomainRequest with attribute values. |
public Boolean getInternal()
public String getName()
public String getRouterGroupId()
public boolean equals(Object another)
CreateSharedDomainRequest that have equal attribute values.public int hashCode()
internal, name, routerGroupId.public String toString()
CreateSharedDomainRequest with attribute values.public static CreateSharedDomainRequest.Builder builder()
CreateSharedDomainRequest.
CreateSharedDomainRequest.builder()
.internal(Boolean | null) // nullable internal
.name(String) // required name
.routerGroupId(String | null) // nullable routerGroupId
.build();
Copyright © 2020. All rights reserved.