@Generated(value="software.amazon.awssdk:codegen") public final class UpdateIpAddress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>
Provides information about the IP address type in response to UpdateResolverEndpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateIpAddress.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIpAddress.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipId()
The ID of the IP address, specified by the
ResolverEndpointId. |
String |
ipv6()
The IPv6 address that you want to use for DNS queries.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateIpAddress.Builder> |
serializableBuilderClass() |
UpdateIpAddress.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 the IP address, specified by the ResolverEndpointId.
ResolverEndpointId.public final String ipv6()
The IPv6 address that you want to use for DNS queries.
public UpdateIpAddress.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>public static UpdateIpAddress.Builder builder()
public static Class<? extends UpdateIpAddress.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.