@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckDomainTransferabilityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The CheckDomainTransferability request contains the following elements.
NOOP
Constructor and Description |
---|
CheckDomainTransferabilityRequest() |
Modifier and Type | Method and Description |
---|---|
CheckDomainTransferabilityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuthCode()
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code
that you got from the current registrar for the domain.
|
String |
getDomainName()
The name of the domain that you want to transfer to Amazon Route 53.
|
int |
hashCode() |
void |
setAuthCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code
that you got from the current registrar for the domain.
|
void |
setDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CheckDomainTransferabilityRequest |
withAuthCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code
that you got from the current registrar for the domain.
|
CheckDomainTransferabilityRequest |
withDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
|
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)
The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
domainName
- The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
public String getDomainName()
The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
public CheckDomainTransferabilityRequest withDomainName(String domainName)
The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
domainName
- The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
public void setAuthCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.
authCode
- If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the
code that you got from the current registrar for the domain.public String getAuthCode()
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.
public CheckDomainTransferabilityRequest withAuthCode(String authCode)
If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.
authCode
- If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the
code that you got from the current registrar for the domain.public String toString()
toString
in class Object
Object.toString()
public CheckDomainTransferabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.