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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetContactReachabilityStatusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetContactReachabilityStatusResultclone()booleanequals(Object obj)StringgetDomainName()The domain name for which you requested the reachability status.StringgetStatus()Whether the registrant contact has responded.inthashCode()voidsetDomainName(String domainName)The domain name for which you requested the reachability status.voidsetStatus(ReachabilityStatus status)Whether the registrant contact has responded.voidsetStatus(String status)Whether the registrant contact has responded.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetContactReachabilityStatusResultwithDomainName(String domainName)The domain name for which you requested the reachability status.GetContactReachabilityStatusResultwithStatus(ReachabilityStatus status)Whether the registrant contact has responded.GetContactReachabilityStatusResultwithStatus(String status)Whether the registrant contact has responded.
-
-
-
Method Detail
-
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.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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.PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING,DONE,EXPIRED- See Also:
ReachabilityStatus
-
getStatus
public String getStatus()
Whether the registrant contact has responded.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING,DONE,EXPIRED- Returns:
- Whether the registrant contact has responded.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING,DONE,EXPIRED - See Also:
ReachabilityStatus
-
withStatus
public GetContactReachabilityStatusResult withStatus(String status)
Whether the registrant contact has responded.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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.PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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:
ReachabilityStatus
-
setStatus
public void setStatus(ReachabilityStatus status)
Whether the registrant contact has responded.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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.PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates that the time limit expired before the registrant contact responded.Type: String
Valid values:
PENDING,DONE,EXPIRED- See Also:
ReachabilityStatus
-
withStatus
public GetContactReachabilityStatusResult withStatus(ReachabilityStatus status)
Whether the registrant contact has responded.
PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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.PENDINGindicates that we sent the confirmation email and haven't received a response yet,DONEindicates that we sent the email and got confirmation from the registrant contact, andEXPIREDindicates 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:
ReachabilityStatus
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetContactReachabilityStatusResult clone()
-
-