Class ResendContactReachabilityEmailResult

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

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

    • ResendContactReachabilityEmailResult

      public ResendContactReachabilityEmailResult()
  • Method Details

    • setDomainName

      public void setDomainName(String domainName)

      The domain name for which you requested a confirmation email.

      Parameters:
      domainName - The domain name for which you requested a confirmation email.
    • getDomainName

      public String getDomainName()

      The domain name for which you requested a confirmation email.

      Returns:
      The domain name for which you requested a confirmation email.
    • withDomainName

      public ResendContactReachabilityEmailResult withDomainName(String domainName)

      The domain name for which you requested a confirmation email.

      Parameters:
      domainName - The domain name for which you requested a confirmation email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setEmailAddress

      public void setEmailAddress(String emailAddress)

      The email address for the registrant contact at the time that we sent the verification email.

      Parameters:
      emailAddress - The email address for the registrant contact at the time that we sent the verification email.
    • getEmailAddress

      public String getEmailAddress()

      The email address for the registrant contact at the time that we sent the verification email.

      Returns:
      The email address for the registrant contact at the time that we sent the verification email.
    • withEmailAddress

      public ResendContactReachabilityEmailResult withEmailAddress(String emailAddress)

      The email address for the registrant contact at the time that we sent the verification email.

      Parameters:
      emailAddress - The email address for the registrant contact at the time that we sent the verification email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setIsAlreadyVerified

      public void setIsAlreadyVerified(Boolean isAlreadyVerified)

      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

      Parameters:
      isAlreadyVerified - True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
    • getIsAlreadyVerified

      public Boolean getIsAlreadyVerified()

      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

      Returns:
      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
    • withIsAlreadyVerified

      public ResendContactReachabilityEmailResult withIsAlreadyVerified(Boolean isAlreadyVerified)

      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

      Parameters:
      isAlreadyVerified - True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isAlreadyVerified

      public Boolean isAlreadyVerified()

      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

      Returns:
      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
    • 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