@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactReachabilityStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContactReachabilityStatusResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDomainName(String domainName)
The domain name for which you requested the reachability status.
domainName
- The domain name for which you requested the reachability status.public String getDomainName()
The domain name for which you requested the reachability status.
public GetContactReachabilityStatusResult withDomainName(String domainName)
The domain name for which you requested the reachability status.
domainName
- The domain name for which you requested the reachability status.public void setStatus(String status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status
- Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus
public String getStatus()
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus
public GetContactReachabilityStatusResult withStatus(String status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status
- Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus
public void setStatus(ReachabilityStatus status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status
- Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus
public GetContactReachabilityStatusResult withStatus(ReachabilityStatus status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status
- Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus
public String toString()
toString
in class Object
Object.toString()
public GetContactReachabilityStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.