@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveDomainAuthCodeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.
NOOP| Constructor and Description |
|---|
RetrieveDomainAuthCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDomainAuthCodeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that you want to get an authorization code for.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that you want to get an authorization code for.
|
String |
toString()
Returns a string representation of this object.
|
RetrieveDomainAuthCodeRequest |
withDomainName(String domainName)
The name of the domain that you want to get an authorization code for.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDomainName(String domainName)
The name of the domain that you want to get an authorization code for.
domainName - The name of the domain that you want to get an authorization code for.public String getDomainName()
The name of the domain that you want to get an authorization code for.
public RetrieveDomainAuthCodeRequest withDomainName(String domainName)
The name of the domain that you want to get an authorization code for.
domainName - The name of the domain that you want to get an authorization code for.public String toString()
toString in class ObjectObject.toString()public RetrieveDomainAuthCodeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.