ToCopyableBuilder<CheckDomainAvailabilityResponse.Builder,CheckDomainAvailabilityResponse>
@Generated("software.amazon.awssdk:codegen") public class CheckDomainAvailabilityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CheckDomainAvailabilityResponse.Builder,CheckDomainAvailabilityResponse>
The CheckDomainAvailability response includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CheckDomainAvailabilityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
availability() |
Whether the domain name is available for registering.
|
static CheckDomainAvailabilityResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CheckDomainAvailabilityResponse.Builder> |
serializableBuilderClass() |
|
CheckDomainAvailabilityResponse.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 String availability()
Whether the domain name is available for registering.
You can only register 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. Amazon 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.
You can only register 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. Amazon 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.
DomainAvailability
public CheckDomainAvailabilityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CheckDomainAvailabilityResponse.Builder,CheckDomainAvailabilityResponse>
public static CheckDomainAvailabilityResponse.Builder builder()
public static Class<? extends CheckDomainAvailabilityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.