@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachmentEnaSrdSpecification extends Object implements Serializable, Cloneable
Describes the ENA Express configuration for the network interface that's attached to the instance.
Constructor and Description |
---|
AttachmentEnaSrdSpecification() |
Modifier and Type | Method and Description |
---|---|
AttachmentEnaSrdSpecification |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
AttachmentEnaSrdUdpSpecification |
getEnaSrdUdpSpecification()
ENA Express configuration for UDP network traffic.
|
int |
hashCode() |
Boolean |
isEnaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
void |
setEnaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
void |
setEnaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
|
String |
toString()
Returns a string representation of this object.
|
AttachmentEnaSrdSpecification |
withEnaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
|
AttachmentEnaSrdSpecification |
withEnaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
|
public void setEnaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
enaSrdEnabled
- Indicates whether ENA Express is enabled for the network interface that's attached to the instance.public Boolean getEnaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
public AttachmentEnaSrdSpecification withEnaSrdEnabled(Boolean enaSrdEnabled)
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
enaSrdEnabled
- Indicates whether ENA Express is enabled for the network interface that's attached to the instance.public Boolean isEnaSrdEnabled()
Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
public void setEnaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
enaSrdUdpSpecification
- ENA Express configuration for UDP network traffic.public AttachmentEnaSrdUdpSpecification getEnaSrdUdpSpecification()
ENA Express configuration for UDP network traffic.
public AttachmentEnaSrdSpecification withEnaSrdUdpSpecification(AttachmentEnaSrdUdpSpecification enaSrdUdpSpecification)
ENA Express configuration for UDP network traffic.
enaSrdUdpSpecification
- ENA Express configuration for UDP network traffic.public String toString()
toString
in class Object
Object.toString()
public AttachmentEnaSrdSpecification clone()