@Generated(value="software.amazon.awssdk:codegen") public final class EthernetPayload extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EthernetPayload.Builder,EthernetPayload>
A device's network configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EthernetPayload.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EthernetPayload.Builder |
builder() |
ConnectionType |
connectionType()
How the device gets an IP address.
|
String |
connectionTypeAsString()
How the device gets an IP address.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EthernetPayload.Builder> |
serializableBuilderClass() |
StaticIpConnectionInfo |
staticIpConnectionInfo()
Network configuration for a static IP connection.
|
EthernetPayload.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, connectionType
will return ConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionTypeAsString().
ConnectionTypepublic 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, connectionType
will return ConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectionTypeAsString().
ConnectionTypepublic final StaticIpConnectionInfo staticIpConnectionInfo()
Network configuration for a static IP connection.
public EthernetPayload.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EthernetPayload.Builder,EthernetPayload>public static EthernetPayload.Builder builder()
public static Class<? extends EthernetPayload.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.