@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferDomainToAnotherAwsAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The TransferDomainToAnotherAwsAccount request includes the following elements.
NOOP
Constructor and Description |
---|
TransferDomainToAnotherAwsAccountRequest() |
Modifier and Type | Method and Description |
---|---|
TransferDomainToAnotherAwsAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID of the AWS account that you want to transfer the domain to, for example,
111122223333
. |
String |
getDomainName()
The name of the domain that you want to transfer from the current AWS account to another account.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID of the AWS account that you want to transfer the domain to, for example,
111122223333
. |
void |
setDomainName(String domainName)
The name of the domain that you want to transfer from the current AWS account to another account.
|
String |
toString()
Returns a string representation of this object.
|
TransferDomainToAnotherAwsAccountRequest |
withAccountId(String accountId)
The account ID of the AWS account that you want to transfer the domain to, for example,
111122223333
. |
TransferDomainToAnotherAwsAccountRequest |
withDomainName(String domainName)
The name of the domain that you want to transfer from the current AWS account to another account.
|
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 TransferDomainToAnotherAwsAccountRequest()
public void setDomainName(String domainName)
The name of the domain that you want to transfer from the current AWS account to another account.
domainName
- The name of the domain that you want to transfer from the current AWS account to another account.public String getDomainName()
The name of the domain that you want to transfer from the current AWS account to another account.
public TransferDomainToAnotherAwsAccountRequest withDomainName(String domainName)
The name of the domain that you want to transfer from the current AWS account to another account.
domainName
- The name of the domain that you want to transfer from the current AWS account to another account.public void setAccountId(String accountId)
The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333
.
accountId
- The account ID of the AWS account that you want to transfer the domain to, for example,
111122223333
.public String getAccountId()
The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333
.
111122223333
.public TransferDomainToAnotherAwsAccountRequest withAccountId(String accountId)
The account ID of the AWS account that you want to transfer the domain to, for example, 111122223333
.
accountId
- The account ID of the AWS account that you want to transfer the domain to, for example,
111122223333
.public String toString()
toString
in class Object
Object.toString()
public TransferDomainToAnotherAwsAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()