@Generated(value="software.amazon.awssdk:codegen") public final class CheckDomainAvailabilityRequest extends Route53DomainsRequest implements ToCopyableBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>
The CheckDomainAvailability request contains the following elements.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CheckDomainAvailabilityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CheckDomainAvailabilityRequest.Builder |
builder() |
String |
domainName()
The name of the domain that you want to get availability for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idnLangCode()
Reserved for future use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CheckDomainAvailabilityRequest.Builder> |
serializableBuilderClass() |
CheckDomainAvailabilityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain that you want to get availability for. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the . in example.com.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
The domain name can contain only the following characters:
Letters a through z. Domain names are not case sensitive.
Numbers 0 through 9.
Hyphen (-). You can't specify a hyphen at the beginning or end of a label.
Period (.) to separate the labels in the name, such as the . in example.com.
Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.
public final String idnLangCode()
Reserved for future use.
public CheckDomainAvailabilityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CheckDomainAvailabilityRequest.Builder,CheckDomainAvailabilityRequest>toBuilder in class Route53DomainsRequestpublic static CheckDomainAvailabilityRequest.Builder builder()
public static Class<? extends CheckDomainAvailabilityRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.