@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptDomainTransferFromAnotherAwsAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.
NOOP
Constructor and Description |
---|
AcceptDomainTransferFromAnotherAwsAccountRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptDomainTransferFromAnotherAwsAccountRequest |
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 was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
|
String |
getPassword()
The password that was returned by the TransferDomainToAnotherAwsAccount request.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
|
void |
setPassword(String password)
The password that was returned by the TransferDomainToAnotherAwsAccount request.
|
String |
toString()
Returns a string representation of this object.
|
AcceptDomainTransferFromAnotherAwsAccountRequest |
withDomainName(String domainName)
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
|
AcceptDomainTransferFromAnotherAwsAccountRequest |
withPassword(String password)
The password that was returned by the TransferDomainToAnotherAwsAccount request.
|
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 AcceptDomainTransferFromAnotherAwsAccountRequest()
public void setDomainName(String domainName)
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
domainName
- The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.public String getDomainName()
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
public AcceptDomainTransferFromAnotherAwsAccountRequest withDomainName(String domainName)
The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.
domainName
- The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.public void setPassword(String password)
The password that was returned by the TransferDomainToAnotherAwsAccount request.
password
- The password that was returned by the TransferDomainToAnotherAwsAccount request.public String getPassword()
The password that was returned by the TransferDomainToAnotherAwsAccount request.
public AcceptDomainTransferFromAnotherAwsAccountRequest withPassword(String password)
The password that was returned by the TransferDomainToAnotherAwsAccount request.
password
- The password that was returned by the TransferDomainToAnotherAwsAccount request.public String toString()
toString
in class Object
Object.toString()
public AcceptDomainTransferFromAnotherAwsAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()