Class GetOperationDetailResult

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

public class GetOperationDetailResult extends Object implements Serializable, Cloneable

The GetOperationDetail response includes the following elements.

See Also:
  • Constructor Details

    • GetOperationDetailResult

      public GetOperationDetailResult()
  • Method Details

    • setOperationId

      public void setOperationId(String operationId)

      The identifier for the operation.

      Type: String

      Parameters:
      operationId - The identifier for the operation.

      Type: String

    • getOperationId

      public String getOperationId()

      The identifier for the operation.

      Type: String

      Returns:
      The identifier for the operation.

      Type: String

    • withOperationId

      public GetOperationDetailResult withOperationId(String operationId)

      The identifier for the operation.

      Type: String

      Parameters:
      operationId - The identifier for the operation.

      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 GetOperationDetailResult 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 GetOperationDetailResult 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:
    • setMessage

      public void setMessage(String message)

      Detailed information on the status including possible errors.

      Type: String

      Parameters:
      message - Detailed information on the status including possible errors.

      Type: String

    • getMessage

      public String getMessage()

      Detailed information on the status including possible errors.

      Type: String

      Returns:
      Detailed information on the status including possible errors.

      Type: String

    • withMessage

      public GetOperationDetailResult withMessage(String message)

      Detailed information on the status including possible errors.

      Type: String

      Parameters:
      message - Detailed information on the status including possible errors.

      Type: String

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

      public void setDomainName(String domainName)

      The name of a domain.

      Type: String

      Parameters:
      domainName - The name of a domain.

      Type: String

    • getDomainName

      public String getDomainName()

      The name of a domain.

      Type: String

      Returns:
      The name of a domain.

      Type: String

    • withDomainName

      public GetOperationDetailResult withDomainName(String domainName)

      The name of a domain.

      Type: String

      Parameters:
      domainName - The name of a domain.

      Type: String

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

      public void setType(String type)

      The type of operation that was requested.

      Type: String

      Parameters:
      type - The type of operation that was requested.

      Type: String

      See Also:
    • getType

      public String getType()

      The type of operation that was requested.

      Type: String

      Returns:
      The type of operation that was requested.

      Type: String

      See Also:
    • withType

      public GetOperationDetailResult withType(String type)

      The type of operation that was requested.

      Type: String

      Parameters:
      type - The type of operation that was requested.

      Type: String

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

      public void setType(OperationType type)

      The type of operation that was requested.

      Type: String

      Parameters:
      type - The type of operation that was requested.

      Type: String

      See Also:
    • withType

      public GetOperationDetailResult withType(OperationType type)

      The type of operation that was requested.

      Type: String

      Parameters:
      type - The type of operation that was requested.

      Type: String

      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 GetOperationDetailResult 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 GetOperationDetailResult clone()
      Overrides:
      clone in class Object