@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptDomainTransferFromAnotherAwsAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.
Constructor and Description |
---|
AcceptDomainTransferFromAnotherAwsAccountResult() |
Modifier and Type | Method and Description |
---|---|
AcceptDomainTransferFromAnotherAwsAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
Identifier for tracking the progress of the request.
|
int |
hashCode() |
void |
setOperationId(String operationId)
Identifier for tracking the progress of the request.
|
String |
toString()
Returns a string representation of this object.
|
AcceptDomainTransferFromAnotherAwsAccountResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AcceptDomainTransferFromAnotherAwsAccountResult()
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 AcceptDomainTransferFromAnotherAwsAccountResult 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 String toString()
toString
in class Object
Object.toString()
public AcceptDomainTransferFromAnotherAwsAccountResult clone()