@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectDomainTransferFromAnotherAwsAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The RejectDomainTransferFromAnotherAwsAccount response includes the following element.
| Constructor and Description |
|---|
RejectDomainTransferFromAnotherAwsAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
RejectDomainTransferFromAnotherAwsAccountResult |
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.
|
RejectDomainTransferFromAnotherAwsAccountResult |
withOperationId(String operationId)
The identifier that
TransferDomainToAnotherAwsAccount returned to track the progress of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic RejectDomainTransferFromAnotherAwsAccountResult()
public void setOperationId(String operationId)
The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request.
Because the transfer request was rejected, 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 rejected, 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 rejected, 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 rejected, the value is no longer valid, and you can't use
GetOperationDetail to query the operation status.public RejectDomainTransferFromAnotherAwsAccountResult withOperationId(String operationId)
The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request.
Because the transfer request was rejected, 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 rejected, the value is no longer valid, and you can't use
GetOperationDetail to query the operation status.public String toString()
toString in class ObjectObject.toString()public RejectDomainTransferFromAnotherAwsAccountResult clone()