ToCopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
@Generated("software.amazon.awssdk:codegen") public class GetContactReachabilityStatusResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetContactReachabilityStatusResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetContactReachabilityStatusResponse.Builder |
builder() |
|
String |
domainName() |
The domain name for which you requested the reachability status.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetContactReachabilityStatusResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
Whether the registrant contact has responded.
|
GetContactReachabilityStatusResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String domainName()
The domain name for which you requested the reachability status.
public 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.
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 GetContactReachabilityStatusResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
public static GetContactReachabilityStatusResponse.Builder builder()
public static Class<? extends GetContactReachabilityStatusResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.