@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateDelegationSignerToDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AssociateDelegationSignerToDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateDelegationSignerToDomainResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
The identifier for tracking the progress of the request.
|
int |
hashCode() |
void |
setOperationId(String operationId)
The identifier for tracking the progress of the request.
|
String |
toString()
Returns a string representation of this object.
|
AssociateDelegationSignerToDomainResult |
withOperationId(String operationId)
The identifier for tracking the progress of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AssociateDelegationSignerToDomainResult()
public void setOperationId(String operationId)
The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
operationId - The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.public String getOperationId()
The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
public AssociateDelegationSignerToDomainResult withOperationId(String operationId)
The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.
operationId - The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.public String toString()
toString in class ObjectObject.toString()public AssociateDelegationSignerToDomainResult clone()