public class EnableDomainTransferLockResult extends Object implements Serializable, Cloneable
The EnableDomainTransferLock response includes the following elements.
Constructor and Description |
---|
EnableDomainTransferLockResult() |
Modifier and Type | Method and Description |
---|---|
EnableDomainTransferLockResult |
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.
|
EnableDomainTransferLockResult |
withOperationId(String operationId)
Identifier for tracking the progress of the request.
|
public String getOperationId()
Type: String
Default: None
Constraints: Maximum 255 characters.
Constraints:
Length: 0 - 255
Type: String
Default: None
Constraints: Maximum 255 characters.
public void setOperationId(String operationId)
Type: String
Default: None
Constraints: Maximum 255 characters.
Constraints:
Length: 0 - 255
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 EnableDomainTransferLockResult withOperationId(String operationId)
Type: String
Default: None
Constraints: Maximum 255 characters.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
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 String toString()
toString
in class Object
Object.toString()
public EnableDomainTransferLockResult clone()
Copyright © 2015. All rights reserved.