Class DisableDomainTransferLockResult
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.DisableDomainTransferLockResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DisableDomainTransferLockResult extends Object implements Serializable, Cloneable
The DisableDomainTransferLock response includes the following element.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisableDomainTransferLockResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisableDomainTransferLockResultclone()booleanequals(Object obj)StringgetOperationId()Identifier for tracking the progress of the request.inthashCode()voidsetOperationId(String operationId)Identifier for tracking the progress of the request.StringtoString()Returns a string representation of this object; useful for testing and debugging.DisableDomainTransferLockResultwithOperationId(String operationId)Identifier for tracking the progress of the request.
-
-
-
Method Detail
-
setOperationId
public void setOperationId(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.
- 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
public 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.
- 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
public DisableDomainTransferLockResult withOperationId(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.
- 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DisableDomainTransferLockResult clone()
-
-