@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String privateDnsName()
The DNS name of the private IP address.
public String privateIpAddress()
The full IP address of the network inteface.
public PrivateIp.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PrivateIp.Builder,PrivateIp>public static PrivateIp.Builder builder()
public static Class<? extends PrivateIp.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.