public class TransferDomainResult extends Object implements Serializable, Cloneable
The TranserDomain response includes the following element.
Constructor and Description |
---|
TransferDomainResult() |
Modifier and Type | Method and Description |
---|---|
TransferDomainResult |
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; useful for testing and
debugging.
|
TransferDomainResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
public void setOperationId(String operationId)
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
operationId
- Identifier for tracking the progress of the request. To use this
ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
public String getOperationId()
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
Type: String
Default: None
Constraints: Maximum 255 characters.
public TransferDomainResult withOperationId(String operationId)
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
operationId
- Identifier for tracking the progress of the request. To use this
ID to query the operation status, use GetOperationDetail.
Type: String
Default: None
Constraints: Maximum 255 characters.
public String toString()
toString
in class Object
Object.toString()
public TransferDomainResult clone()
Copyright © 2018. All rights reserved.