ToCopyableBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
@Generated("software.amazon.awssdk:codegen") public class CheckDNSAvailabilityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
Indicates if the specified CNAME is available.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CheckDNSAvailabilityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
Boolean |
available() |
Indicates if the specified CNAME is available:
|
static CheckDNSAvailabilityResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fullyQualifiedCNAME() |
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
|
int |
hashCode() |
|
static Class<? extends CheckDNSAvailabilityResponse.Builder> |
serializableBuilderClass() |
|
CheckDNSAvailabilityResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CheckDNSAvailabilityResponse.Builder,CheckDNSAvailabilityResponse>
public static CheckDNSAvailabilityResponse.Builder builder()
public static Class<? extends CheckDNSAvailabilityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.