Cloneable, ReadLimitInfo, ToCopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>@Generated("software.amazon.awssdk:codegen") public class GetDomainSuggestionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetDomainSuggestionsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetDomainSuggestionsRequest.Builder |
builder() |
|
String |
domainName() |
A domain name that you want to use as the basis for a list of possible domain names.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
onlyAvailable() |
If
OnlyAvailable is true, Amazon Route 53 returns only domain names that are available. |
static Class<? extends GetDomainSuggestionsRequest.Builder> |
serializableBuilderClass() |
|
Integer |
suggestionCount() |
The number of suggested domain names that you want Amazon Route 53 to return.
|
GetDomainSuggestionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String domainName()
A domain name that you want to use as the basis for a list of possible domain names. The domain name must contain a top-level domain (TLD), such as .com, that Amazon Route 53 supports. For a list of TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.
public Integer suggestionCount()
The number of suggested domain names that you want Amazon Route 53 to return.
public Boolean onlyAvailable()
If OnlyAvailable is true, Amazon Route 53 returns only domain names that are available.
If OnlyAvailable is false, Amazon Route 53 returns domain names without checking
whether they're available to be registered. To determine whether the domain is available, you can call
checkDomainAvailability for each suggestion.
OnlyAvailable is true, Amazon Route 53 returns only domain names that are
available. If OnlyAvailable is false, Amazon Route 53 returns domain names
without checking whether they're available to be registered. To determine whether the domain is
available, you can call checkDomainAvailability for each suggestion.public GetDomainSuggestionsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetDomainSuggestionsRequest.Builder,GetDomainSuggestionsRequest>public static GetDomainSuggestionsRequest.Builder builder()
public static Class<? extends GetDomainSuggestionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.