@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelDomainTransferToAnotherAwsAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The CancelDomainTransferToAnotherAwsAccount
response includes the following element.
Constructor and Description |
---|
CancelDomainTransferToAnotherAwsAccountResult() |
Modifier and Type | Method and Description |
---|---|
CancelDomainTransferToAnotherAwsAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The identifier that
TransferDomainToAnotherAwsAccount returned to track the progress of the request. |
int |
hashCode() |
void |
setOperationId(String operationId)
The identifier that
TransferDomainToAnotherAwsAccount returned to track the progress of the request. |
String |
toString()
Returns a string representation of this object.
|
CancelDomainTransferToAnotherAwsAccountResult |
withOperationId(String operationId)
The identifier that
TransferDomainToAnotherAwsAccount returned to track the progress of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CancelDomainTransferToAnotherAwsAccountResult()
public void setOperationId(String operationId)
The identifier that TransferDomainToAnotherAwsAccount
returned to track the progress of the request.
Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.
operationId
- The identifier that TransferDomainToAnotherAwsAccount
returned to track the progress of the
request. Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.public String getOperationId()
The identifier that TransferDomainToAnotherAwsAccount
returned to track the progress of the request.
Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.
TransferDomainToAnotherAwsAccount
returned to track the progress of the
request. Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.public CancelDomainTransferToAnotherAwsAccountResult withOperationId(String operationId)
The identifier that TransferDomainToAnotherAwsAccount
returned to track the progress of the request.
Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.
operationId
- The identifier that TransferDomainToAnotherAwsAccount
returned to track the progress of the
request. Because the transfer request was canceled, the value is no longer valid, and you can't use
GetOperationDetail
to query the operation status.public String toString()
toString
in class Object
Object.toString()
public CancelDomainTransferToAnotherAwsAccountResult clone()