@Generated(value="software.amazon.awssdk:codegen") public final class CheckDnsAvailabilityResponse extends ElasticBeanstalkResponse implements ToCopyableBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse>
Indicates if the specified CNAME is available.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CheckDnsAvailabilityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
available()
Indicates if the specified CNAME is available:
|
static CheckDnsAvailabilityResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fullyQualifiedCNAME()
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CheckDnsAvailabilityResponse.Builder> |
serializableBuilderClass() |
CheckDnsAvailabilityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean available()
Indicates if the specified CNAME is available:
true : The CNAME is available.
false : The CNAME is not available.
true : The CNAME is available.
false : The CNAME is not available.
public String fullyQualifiedCNAME()
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
public CheckDnsAvailabilityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CheckDnsAvailabilityResponse.Builder,CheckDnsAvailabilityResponse>toBuilder in class AwsResponsepublic static CheckDnsAvailabilityResponse.Builder builder()
public static Class<? extends CheckDnsAvailabilityResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.