@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetPrivateDomainRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetPrivateDomainRequest.Builder
Builds instances of type
GetPrivateDomainRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetPrivateDomainRequest.Builder |
builder()
Creates a builder for
GetPrivateDomainRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetPrivateDomainRequest that have equal attribute values. |
String |
getPrivateDomainId()
The private domain id
|
int |
hashCode()
Computes a hash code from attributes:
privateDomainId. |
String |
toString()
Prints the immutable value
GetPrivateDomainRequest with attribute values. |
public String getPrivateDomainId()
public boolean equals(Object another)
GetPrivateDomainRequest that have equal attribute values.public int hashCode()
privateDomainId.public String toString()
GetPrivateDomainRequest with attribute values.public static GetPrivateDomainRequest.Builder builder()
GetPrivateDomainRequest.
GetPrivateDomainRequest.builder()
.privateDomainId(String) // required privateDomainId
.build();
Copyright © 2020. All rights reserved.