Class NodeInterfaceMapping
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.NodeInterfaceMapping
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>
@Generated("software.amazon.awssdk:codegen") public final class NodeInterfaceMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>
A mapping that's used to pair a logical network interface name on a Node with the physical interface name exposed in the operating system.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeInterfaceMapping.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInterfaceMapping.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogicalInterfaceName()A uniform logical interface name to address in a MediaLive channel configuration.NetworkInterfaceModenetworkInterfaceMode()Returns the value of the NetworkInterfaceMode property for this object.StringnetworkInterfaceModeAsString()Returns the value of the NetworkInterfaceMode property for this object.StringphysicalInterfaceName()The name of the physical interface on the hardware that will be running Elemental anywhere.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeInterfaceMapping.Builder>serializableBuilderClass()NodeInterfaceMapping.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
-
logicalInterfaceName
public final String logicalInterfaceName()
A uniform logical interface name to address in a MediaLive channel configuration.- Returns:
- A uniform logical interface name to address in a MediaLive channel configuration.
-
networkInterfaceMode
public final NetworkInterfaceMode networkInterfaceMode()
Returns the value of the NetworkInterfaceMode property for this object.If the service returns an enum value that is not available in the current SDK version,
networkInterfaceModewill returnNetworkInterfaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkInterfaceModeAsString().- Returns:
- The value of the NetworkInterfaceMode property for this object.
- See Also:
NetworkInterfaceMode
-
networkInterfaceModeAsString
public final String networkInterfaceModeAsString()
Returns the value of the NetworkInterfaceMode property for this object.If the service returns an enum value that is not available in the current SDK version,
networkInterfaceModewill returnNetworkInterfaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkInterfaceModeAsString().- Returns:
- The value of the NetworkInterfaceMode property for this object.
- See Also:
NetworkInterfaceMode
-
physicalInterfaceName
public final String physicalInterfaceName()
The name of the physical interface on the hardware that will be running Elemental anywhere.- Returns:
- The name of the physical interface on the hardware that will be running Elemental anywhere.
-
toBuilder
public NodeInterfaceMapping.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInterfaceMapping.Builder,NodeInterfaceMapping>
-
builder
public static NodeInterfaceMapping.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeInterfaceMapping.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
-
-