@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ip()
One IPv4 address that the Resolver endpoint uses for DNS queries.
|
String |
ipId()
The ID of one IP address.
|
String |
ipv6()
One IPv6 address that the Resolver endpoint uses for DNS queries.
|
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ipId()
The ID of one IP address.
public final String subnetId()
The ID of one subnet.
public final String ip()
One IPv4 address that the Resolver endpoint uses for DNS queries.
public final String ipv6()
One IPv6 address that the Resolver endpoint uses for DNS queries.
public final 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().
IpAddressStatuspublic final 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().
IpAddressStatuspublic final String statusMessage()
A message that provides additional information about the status of the request.
public final String creationTime()
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
public final 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()
toBuilder in interface ToCopyableBuilder<IpAddressResponse.Builder,IpAddressResponse>public static IpAddressResponse.Builder builder()
public static Class<? extends IpAddressResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.