Class NetworkInterface
- java.lang.Object
-
- software.amazon.awssdk.services.batch.model.NetworkInterface
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
@Generated("software.amazon.awssdk:codegen") public final class NetworkInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
An object that represents the elastic network interface for a multi-node parallel job node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkInterface.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattachmentId()The attachment ID for the network interface.static NetworkInterface.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringipv6Address()The private IPv6 address for the network interface.StringprivateIpv4Address()The private IPv4 address for the network interface.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NetworkInterface.Builder>serializableBuilderClass()NetworkInterface.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
-
attachmentId
public final String attachmentId()
The attachment ID for the network interface.
- Returns:
- The attachment ID for the network interface.
-
ipv6Address
public final String ipv6Address()
The private IPv6 address for the network interface.
- Returns:
- The private IPv6 address for the network interface.
-
privateIpv4Address
public final String privateIpv4Address()
The private IPv4 address for the network interface.
- Returns:
- The private IPv4 address for the network interface.
-
toBuilder
public NetworkInterface.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkInterface.Builder,NetworkInterface>
-
builder
public static NetworkInterface.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkInterface.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
-
-