Class UpdateDomainContactPrivacyResult
- All Implemented Interfaces:
Serializable, Cloneable
The UpdateDomainContactPrivacy response includes the following element.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIdentifier for tracking the progress of the request.inthashCode()voidsetOperationId(String operationId) Identifier for tracking the progress of the request.toString()Returns a string representation of this object; useful for testing and debugging.withOperationId(String operationId) Identifier for tracking the progress of the request.
-
Constructor Details
-
UpdateDomainContactPrivacyResult
public UpdateDomainContactPrivacyResult()
-
-
Method Details
-
setOperationId
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withOperationId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-