Class EnableDomainTransferLockResult

java.lang.Object
com.amazonaws.services.route53domains.model.EnableDomainTransferLockResult
All Implemented Interfaces:
Serializable, Cloneable

public class EnableDomainTransferLockResult extends Object implements Serializable, Cloneable

The EnableDomainTransferLock response includes the following elements.

See Also:
  • Constructor Details

    • EnableDomainTransferLockResult

      public EnableDomainTransferLockResult()
  • Method Details

    • 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 EnableDomainTransferLockResult 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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object