Class OperationSummary

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

public class OperationSummary extends Object implements Serializable, Cloneable

OperationSummary includes the following elements.

See Also:
  • Constructor Details

    • OperationSummary

      public OperationSummary()
  • Method Details

    • setOperationId

      public void setOperationId(String operationId)

      Identifier returned to track the requested action.

      Type: String

      Parameters:
      operationId - Identifier returned to track the requested action.

      Type: String

    • getOperationId

      public String getOperationId()

      Identifier returned to track the requested action.

      Type: String

      Returns:
      Identifier returned to track the requested action.

      Type: String

    • withOperationId

      public OperationSummary withOperationId(String operationId)

      Identifier returned to track the requested action.

      Type: String

      Parameters:
      operationId - Identifier returned to track the requested action.

      Type: String

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStatus

      public void setStatus(String status)

      The current status of the requested operation in the system.

      Type: String

      Parameters:
      status - The current status of the requested operation in the system.

      Type: String

      See Also:
    • getStatus

      public String getStatus()

      The current status of the requested operation in the system.

      Type: String

      Returns:
      The current status of the requested operation in the system.

      Type: String

      See Also:
    • withStatus

      public OperationSummary withStatus(String status)

      The current status of the requested operation in the system.

      Type: String

      Parameters:
      status - The current status of the requested operation in the system.

      Type: String

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(OperationStatus status)

      The current status of the requested operation in the system.

      Type: String

      Parameters:
      status - The current status of the requested operation in the system.

      Type: String

      See Also:
    • withStatus

      public OperationSummary withStatus(OperationStatus status)

      The current status of the requested operation in the system.

      Type: String

      Parameters:
      status - The current status of the requested operation in the system.

      Type: String

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setType

      public void setType(String type)

      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Parameters:
      type - Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      See Also:
    • getType

      public String getType()

      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Returns:
      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      See Also:
    • withType

      public OperationSummary withType(String type)

      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Parameters:
      type - Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setType

      public void setType(OperationType type)

      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Parameters:
      type - Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      See Also:
    • withType

      public OperationSummary withType(OperationType type)

      Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Parameters:
      type - Type of the action requested.

      Type: String

      Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setSubmittedDate

      public void setSubmittedDate(Date submittedDate)

      The date when the request was submitted.

      Parameters:
      submittedDate - The date when the request was submitted.
    • getSubmittedDate

      public Date getSubmittedDate()

      The date when the request was submitted.

      Returns:
      The date when the request was submitted.
    • withSubmittedDate

      public OperationSummary withSubmittedDate(Date submittedDate)

      The date when the request was submitted.

      Parameters:
      submittedDate - The date when the request was submitted.
      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

      public OperationSummary clone()
      Overrides:
      clone in class Object