Class RegisterDomainResult
- All Implemented Interfaces:
Serializable
,Cloneable
The RegisterDomain response includes the following element.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Identifier for tracking the progress of the request.int
hashCode()
void
setOperationId
(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
-
RegisterDomainResult
public RegisterDomainResult()
-
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-