@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateDelegationSignerFromDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateDelegationSignerFromDomainResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateDelegationSignerFromDomainResult |
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.
|
DisassociateDelegationSignerFromDomainResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DisassociateDelegationSignerFromDomainResult()
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 DisassociateDelegationSignerFromDomainResult 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 DisassociateDelegationSignerFromDomainResult clone()