@Generated(value="software.amazon.awssdk:codegen") public final class AttachmentEnaSrdSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttachmentEnaSrdSpecification.Builder,AttachmentEnaSrdSpecification>
Describes the ENA Express configuration for the network interface that's attached to the instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachmentEnaSrdSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentEnaSrdSpecification.Builder |
builder() |
Boolean |
enaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
AttachmentEnaSrdUdpSpecification |
enaSrdUdpSpecification()
ENA Express configuration for UDP network traffic.
|
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 AttachmentEnaSrdSpecification.Builder> |
serializableBuilderClass() |
AttachmentEnaSrdSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
public final AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification()
ENA Express configuration for UDP network traffic.
public AttachmentEnaSrdSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachmentEnaSrdSpecification.Builder,AttachmentEnaSrdSpecification>public static AttachmentEnaSrdSpecification.Builder builder()
public static Class<? extends AttachmentEnaSrdSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.