public class UpdateDomainContactPrivacyResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The UpdateDomainContactPrivacy response includes the following element.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
operationId
Identifier for tracking the progress of the request.
|
Constructor and Description |
---|
UpdateDomainContactPrivacyResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainContactPrivacyResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOperationId()
Identifier for tracking the progress of the request.
|
int |
hashCode() |
void |
setOperationId(java.lang.String operationId)
Identifier for tracking the progress of the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateDomainContactPrivacyResult |
withOperationId(java.lang.String operationId)
Identifier for tracking the progress of the request.
|
private java.lang.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.
public void setOperationId(java.lang.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 java.lang.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 UpdateDomainContactPrivacyResult withOperationId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateDomainContactPrivacyResult clone()
clone
in class java.lang.Object