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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResendContactReachabilityEmailResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResendContactReachabilityEmailResult
clone()
boolean
equals(Object obj)
String
getDomainName()
The domain name for which you requested a confirmation email.String
getEmailAddress()
The email address for the registrant contact at the time that we sent the verification email.Boolean
getIsAlreadyVerified()
True if the email address for the registrant contact has already been verified, and false otherwise.int
hashCode()
Boolean
isAlreadyVerified()
True if the email address for the registrant contact has already been verified, and false otherwise.void
setDomainName(String domainName)
The domain name for which you requested a confirmation email.void
setEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.void
setIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been verified, and false otherwise.String
toString()
Returns a string representation of this object; useful for testing and debugging.ResendContactReachabilityEmailResult
withDomainName(String domainName)
The domain name for which you requested a confirmation email.ResendContactReachabilityEmailResult
withEmailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.ResendContactReachabilityEmailResult
withIsAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been verified, and false otherwise.
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ResendContactReachabilityEmailResult clone()
-
-