@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainContactPrivacyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The UpdateDomainContactPrivacy response includes the following element.
| Constructor and Description |
|---|
UpdateDomainContactPrivacyResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainContactPrivacyResult |
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.
|
UpdateDomainContactPrivacyResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationId(String operationId)
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
operationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use
GetOperationDetail.public String getOperationId()
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
public UpdateDomainContactPrivacyResult withOperationId(String operationId)
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
operationId - Identifier for tracking the progress of the request. To use this ID to query the operation status, use
GetOperationDetail.public String toString()
toString in class ObjectObject.toString()public UpdateDomainContactPrivacyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.