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 GetContactReachabilityStatusResult
clone()
boolean
equals(Object obj)
String
getDomainName()
The domain name for which you requested the reachability status.String
getStatus()
Whether the registrant contact has responded.int
hashCode()
void
setDomainName(String domainName)
The domain name for which you requested the reachability status.void
setStatus(ReachabilityStatus status)
Whether the registrant contact has responded.void
setStatus(String status)
Whether the registrant contact has responded.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetContactReachabilityStatusResult
withDomainName(String domainName)
The domain name for which you requested the reachability status.GetContactReachabilityStatusResult
withStatus(ReachabilityStatus status)
Whether the registrant contact has responded.GetContactReachabilityStatusResult
withStatus(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.
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, andEXPIRED
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, andEXPIRED
indicates 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.
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, andEXPIRED
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, andEXPIRED
indicates 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.
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, andEXPIRED
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, andEXPIRED
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:
ReachabilityStatus
-
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, andEXPIRED
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, andEXPIRED
indicates 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.
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, andEXPIRED
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, andEXPIRED
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:
ReachabilityStatus
-
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 GetContactReachabilityStatusResult clone()
-
-