Class UpdateIpAddress
- java.lang.Object
-
- software.amazon.awssdk.services.route53resolver.model.UpdateIpAddress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateIpAddress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateIpAddress.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringipId()The ID of the IP address, specified by theResolverEndpointId.Stringipv6()The IPv6 address that you want to use for DNS queries.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateIpAddress.Builder>serializableBuilderClass()UpdateIpAddress.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ipId
public final String ipId()
The ID of the IP address, specified by the
ResolverEndpointId.- Returns:
- The ID of the IP address, specified by the
ResolverEndpointId.
-
ipv6
public final String ipv6()
The IPv6 address that you want to use for DNS queries.
- Returns:
- The IPv6 address that you want to use for DNS queries.
-
toBuilder
public UpdateIpAddress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateIpAddress.Builder,UpdateIpAddress>
-
builder
public static UpdateIpAddress.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateIpAddress.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-