Class EthernetPayload
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.EthernetPayload
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EthernetPayload.Builder,EthernetPayload>
@Generated("software.amazon.awssdk:codegen") public final class EthernetPayload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EthernetPayload.Builder,EthernetPayload>
A device's network configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEthernetPayload.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EthernetPayload.Builderbuilder()ConnectionTypeconnectionType()How the device gets an IP address.StringconnectionTypeAsString()How the device gets an IP address.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EthernetPayload.Builder>serializableBuilderClass()StaticIpConnectionInfostaticIpConnectionInfo()Network configuration for a static IP connection.EthernetPayload.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
-
connectionType
public final ConnectionType connectionType()
How the device gets an IP address.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- How the device gets an IP address.
- See Also:
ConnectionType
-
connectionTypeAsString
public final String connectionTypeAsString()
How the device gets an IP address.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- How the device gets an IP address.
- See Also:
ConnectionType
-
staticIpConnectionInfo
public final StaticIpConnectionInfo staticIpConnectionInfo()
Network configuration for a static IP connection.
- Returns:
- Network configuration for a static IP connection.
-
toBuilder
public EthernetPayload.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EthernetPayload.Builder,EthernetPayload>
-
builder
public static EthernetPayload.Builder builder()
-
serializableBuilderClass
public static Class<? extends EthernetPayload.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.
-
-