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, setSdkResponseMetadatapublic 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. 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, and EXPIRED indicates that the time limit expired before the registrant
contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
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, and EXPIRED indicates that the time limit expired
before the registrant contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
ReachabilityStatuspublic 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, and EXPIRED indicates that the time limit expired before the registrant
contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
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, and EXPIRED indicates that the time
limit expired before the registrant contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
ReachabilityStatuspublic 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, and EXPIRED indicates that the time limit expired before the registrant
contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
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, and EXPIRED indicates that the time limit expired
before the registrant contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
ReachabilityStatuspublic 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, and EXPIRED indicates that the time limit expired before the registrant
contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
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, and EXPIRED indicates that the time limit expired
before the registrant contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
ReachabilityStatuspublic 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, and EXPIRED indicates that the time limit expired before the registrant
contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
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, and EXPIRED indicates that the time limit expired
before the registrant contact responded.
Type: String
Valid values: PENDING, DONE, EXPIRED
ReachabilityStatuspublic String toString()
toString in class ObjectObject.toString()public GetContactReachabilityStatusResult clone()
Copyright © 2016. All rights reserved.