@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainSuggestionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDomainSuggestionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetDomainSuggestionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
A domain name that you want to use as the basis for a list of possible domain names.
|
Boolean |
getOnlyAvailable()
If
OnlyAvailable is true , Amazon Route 53 returns only domain names that are available. |
Integer |
getSuggestionCount()
The number of suggested domain names that you want Amazon Route 53 to return.
|
int |
hashCode() |
Boolean |
isOnlyAvailable()
If
OnlyAvailable is true , Amazon Route 53 returns only domain names that are available. |
void |
setDomainName(String domainName)
A domain name that you want to use as the basis for a list of possible domain names.
|
void |
setOnlyAvailable(Boolean onlyAvailable)
If
OnlyAvailable is true , Amazon Route 53 returns only domain names that are available. |
void |
setSuggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDomainSuggestionsRequest |
withDomainName(String domainName)
A domain name that you want to use as the basis for a list of possible domain names.
|
GetDomainSuggestionsRequest |
withOnlyAvailable(Boolean onlyAvailable)
If
OnlyAvailable is true , Amazon Route 53 returns only domain names that are available. |
GetDomainSuggestionsRequest |
withSuggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(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.
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 String getDomainName()
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 GetDomainSuggestionsRequest withDomainName(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.
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 void setSuggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
suggestionCount
- The number of suggested domain names that you want Amazon Route 53 to return.public Integer getSuggestionCount()
The number of suggested domain names that you want Amazon Route 53 to return.
public GetDomainSuggestionsRequest withSuggestionCount(Integer suggestionCount)
The number of suggested domain names that you want Amazon Route 53 to return.
suggestionCount
- The number of suggested domain names that you want Amazon Route 53 to return.public void setOnlyAvailable(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
- 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.public Boolean getOnlyAvailable()
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 withOnlyAvailable(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
- 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.public Boolean isOnlyAvailable()
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 String toString()
toString
in class Object
Object.toString()
public GetDomainSuggestionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.