@Generated(value="software.amazon.awssdk:codegen") public final class CheckDomainAvailabilityResponse extends Route53DomainsResponse implements ToCopyableBuilder<CheckDomainAvailabilityResponse.Builder,CheckDomainAvailabilityResponse>
The CheckDomainAvailability response includes the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CheckDomainAvailabilityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
DomainAvailability |
availability()
Whether the domain name is available for registering.
|
String |
availabilityAsString()
Whether the domain name is available for registering.
|
static CheckDomainAvailabilityResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CheckDomainAvailabilityResponse.Builder> |
serializableBuilderClass() |
CheckDomainAvailabilityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DomainAvailability availability()
Whether the domain name is available for registering.
You can register only domains designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
If the service returns an enum value that is not available in the current SDK version, availability will
return DomainAvailability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
availabilityAsString().
You can register only domains designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
DomainAvailabilitypublic final String availabilityAsString()
Whether the domain name is available for registering.
You can register only domains designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
If the service returns an enum value that is not available in the current SDK version, availability will
return DomainAvailability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
availabilityAsString().
You can register only domains designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.
The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
DomainAvailabilitypublic CheckDomainAvailabilityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CheckDomainAvailabilityResponse.Builder,CheckDomainAvailabilityResponse>toBuilder in class AwsResponsepublic static CheckDomainAvailabilityResponse.Builder builder()
public static Class<? extends CheckDomainAvailabilityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.