Class PrivateIp
- java.lang.Object
-
- software.amazon.awssdk.services.inspector.model.PrivateIp
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PrivateIp.Builder,PrivateIp>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateIp.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivateIp.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprivateDnsName()The DNS name of the private IP address.StringprivateIpAddress()The full IP address of the network inteface.List<SdkField<?>>sdkFields()static Class<? extends PrivateIp.Builder>serializableBuilderClass()PrivateIp.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
-
privateDnsName
public final String privateDnsName()
The DNS name of the private IP address.
- Returns:
- The DNS name of the private IP address.
-
privateIpAddress
public final String privateIpAddress()
The full IP address of the network inteface.
- Returns:
- The full IP address of the network inteface.
-
toBuilder
public PrivateIp.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PrivateIp.Builder,PrivateIp>
-
builder
public static PrivateIp.Builder builder()
-
serializableBuilderClass
public static Class<? extends PrivateIp.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.
-
-