Class GetContactReachabilityStatusResult

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

public class GetContactReachabilityStatusResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetContactReachabilityStatusResult

      public GetContactReachabilityStatusResult()
  • Method Details

    • setDomainName

      public void setDomainName(String domainName)

      The domain name for which you requested the reachability status.

      Parameters:
      domainName - The domain name for which you requested the reachability status.
    • getDomainName

      public String getDomainName()

      The domain name for which you requested the reachability status.

      Returns:
      The domain name for which you requested the reachability status.
    • withDomainName

      public GetContactReachabilityStatusResult withDomainName(String domainName)

      The domain name for which you requested the reachability status.

      Parameters:
      domainName - The domain name for which you requested the reachability status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStatus

      public void setStatus(String status)

      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Parameters:
      status - Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      See Also:
    • getStatus

      public String getStatus()

      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Returns:
      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      See Also:
    • withStatus

      public GetContactReachabilityStatusResult withStatus(String status)

      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Parameters:
      status - Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

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

      public void setStatus(ReachabilityStatus status)

      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Parameters:
      status - Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      See Also:
    • withStatus

      Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Parameters:
      status - Whether the registrant contact has responded. PENDING indicates that we sent the confirmation email and haven't received a response yet, DONE indicates that we sent the email and got confirmation from the registrant contact, and EXPIRED indicates that the time limit expired before the registrant contact responded.

      Type: String

      Valid values: PENDING, DONE, EXPIRED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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