Class IpAddressUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.route53resolver.model.IpAddressUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
@Generated("software.amazon.awssdk:codegen") public final class IpAddressUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
In an UpdateResolverEndpoint request, information about an IP address to update.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIpAddressUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IpAddressUpdate.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringip()The new IPv4 address.StringipId()Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove.Stringipv6()The new IPv6 address.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IpAddressUpdate.Builder>serializableBuilderClass()StringsubnetId()The ID of the subnet that includes the IP address that you want to update.IpAddressUpdate.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()
Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
- Returns:
- Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
-
subnetId
public final String subnetId()
The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
- Returns:
- The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
-
ip
public final String ip()
The new IPv4 address.
- Returns:
- The new IPv4 address.
-
ipv6
public final String ipv6()
The new IPv6 address.
- Returns:
- The new IPv6 address.
-
toBuilder
public IpAddressUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IpAddressUpdate.Builder,IpAddressUpdate>
-
builder
public static IpAddressUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends IpAddressUpdate.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
-
-