@Generated(value="software.amazon.awssdk:codegen") public final class IpAddressResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpAddressResponse.Builder,IpAddressResponse>
In the response to a GetResolverEndpoint request, information about the IP addresses that the resolver endpoint uses for DNS queries.
Modifier and Type | Class and Description |
---|---|
static interface |
IpAddressResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static IpAddressResponse.Builder |
builder() |
String |
creationTime()
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ip()
One IP address that the resolver endpoint uses for DNS queries.
|
String |
ipId()
The ID of one IP address.
|
String |
modificationTime()
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpAddressResponse.Builder> |
serializableBuilderClass() |
IpAddressStatus |
status()
A status code that gives the current status of the request.
|
String |
statusAsString()
A status code that gives the current status of the request.
|
String |
statusMessage()
A message that provides additional information about the status of the request.
|
String |
subnetId()
The ID of one subnet.
|
IpAddressResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String ipId()
The ID of one IP address.
public String subnetId()
The ID of one subnet.
public String ip()
One IP address that the resolver endpoint uses for DNS queries.
public IpAddressStatus status()
A status code that gives the current status of the request.
If the service returns an enum value that is not available in the current SDK version, status
will
return IpAddressStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
IpAddressStatus
public String statusAsString()
A status code that gives the current status of the request.
If the service returns an enum value that is not available in the current SDK version, status
will
return IpAddressStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
IpAddressStatus
public String statusMessage()
A message that provides additional information about the status of the request.
public String creationTime()
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
public String modificationTime()
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
public IpAddressResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IpAddressResponse.Builder,IpAddressResponse>
public static IpAddressResponse.Builder builder()
public static Class<? extends IpAddressResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.