@Generated(value="software.amazon.awssdk:codegen") public final class PrivateIp extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateIp.Builder,PrivateIp>
Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateIp.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateIp.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateDnsName()
The DNS name of the private IP address.
|
String |
privateIpAddress()
The full IP address of the network inteface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrivateIp.Builder> |
serializableBuilderClass() |
PrivateIp.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String privateDnsName()
The DNS name of the private IP address.
public final String privateIpAddress()
The full IP address of the network inteface.
public PrivateIp.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateIp.Builder,PrivateIp>public static PrivateIp.Builder builder()
public static Class<? extends PrivateIp.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.