@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
RetrieveDomainAuthCodeRequest |
withDomainName(String domainName)
The name of the domain that you want to get an authorization code for.
|
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 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 Object
Object.toString()
public RetrieveDomainAuthCodeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.