@Generated(value="software.amazon.awssdk:codegen") public final class InstancePrivateIpAddress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstancePrivateIpAddress.Builder,InstancePrivateIpAddress>
Describes a private IPv4 address.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstancePrivateIpAddress.Builder |
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworkInterfaceAssociation |
association()
The association information for an Elastic IP address for the network interface.
|
static InstancePrivateIpAddress.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
primary()
Indicates whether this IPv4 address is the primary private IP address of the network interface.
|
String |
privateDnsName()
The private IPv4 DNS name.
|
String |
privateIpAddress()
The private IPv4 address of the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstancePrivateIpAddress.Builder> |
serializableBuilderClass() |
InstancePrivateIpAddress.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InstanceNetworkInterfaceAssociation association()
The association information for an Elastic IP address for the network interface.
public final Boolean primary()
Indicates whether this IPv4 address is the primary private IP address of the network interface.
public final String privateDnsName()
The private IPv4 DNS name.
public final String privateIpAddress()
The private IPv4 address of the network interface.
public InstancePrivateIpAddress.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InstancePrivateIpAddress.Builder,InstancePrivateIpAddress>public static InstancePrivateIpAddress.Builder builder()
public static Class<? extends InstancePrivateIpAddress.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.