@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferDomainToAnotherAwsAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The TransferDomainToAnotherAwsAccount
response includes the following elements.
Constructor and Description |
---|
TransferDomainToAnotherAwsAccountResult() |
Modifier and Type | Method and Description |
---|---|
TransferDomainToAnotherAwsAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
Identifier for tracking the progress of the request.
|
String |
getPassword()
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request.
|
int |
hashCode() |
void |
setOperationId(String operationId)
Identifier for tracking the progress of the request.
|
void |
setPassword(String password)
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request.
|
String |
toString()
Returns a string representation of this object.
|
TransferDomainToAnotherAwsAccountResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
TransferDomainToAnotherAwsAccountResult |
withPassword(String password)
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public TransferDomainToAnotherAwsAccountResult()
public void setOperationId(String operationId)
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
operationId
- Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.public String getOperationId()
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
public TransferDomainToAnotherAwsAccountResult withOperationId(String operationId)
Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
operationId
- Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.public void setPassword(String password)
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.
password
- To finish transferring a domain to another AWS account, the account that the domain is being transferred
to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.public String getPassword()
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.public TransferDomainToAnotherAwsAccountResult withPassword(String password)
To finish transferring a domain to another AWS account, the account that the domain is being transferred to must
submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.
password
- To finish transferring a domain to another AWS account, the account that the domain is being transferred
to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the
Password
element that was returned in the TransferDomainToAnotherAwsAccount
response.public String toString()
toString
in class Object
Object.toString()
public TransferDomainToAnotherAwsAccountResult clone()