@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnaSrdSpecificationRequest extends Object implements Serializable, Cloneable
Launch instances with ENA Express settings configured from your launch template.
Constructor and Description |
---|
EnaSrdSpecificationRequest() |
Modifier and Type | Method and Description |
---|---|
EnaSrdSpecificationRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnaSrdEnabled()
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch
template.
|
EnaSrdUdpSpecificationRequest |
getEnaSrdUdpSpecification()
Contains ENA Express settings for UDP network traffic in your launch template.
|
int |
hashCode() |
Boolean |
isEnaSrdEnabled()
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch
template.
|
void |
setEnaSrdEnabled(Boolean enaSrdEnabled)
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch
template.
|
void |
setEnaSrdUdpSpecification(EnaSrdUdpSpecificationRequest enaSrdUdpSpecification)
Contains ENA Express settings for UDP network traffic in your launch template.
|
String |
toString()
Returns a string representation of this object.
|
EnaSrdSpecificationRequest |
withEnaSrdEnabled(Boolean enaSrdEnabled)
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch
template.
|
EnaSrdSpecificationRequest |
withEnaSrdUdpSpecification(EnaSrdUdpSpecificationRequest enaSrdUdpSpecification)
Contains ENA Express settings for UDP network traffic in your launch template.
|
public void setEnaSrdEnabled(Boolean enaSrdEnabled)
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
enaSrdEnabled
- Specifies whether ENA Express is enabled for the network interface when you launch an instance from your
launch template.public Boolean getEnaSrdEnabled()
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
public EnaSrdSpecificationRequest withEnaSrdEnabled(Boolean enaSrdEnabled)
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
enaSrdEnabled
- Specifies whether ENA Express is enabled for the network interface when you launch an instance from your
launch template.public Boolean isEnaSrdEnabled()
Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
public void setEnaSrdUdpSpecification(EnaSrdUdpSpecificationRequest enaSrdUdpSpecification)
Contains ENA Express settings for UDP network traffic in your launch template.
enaSrdUdpSpecification
- Contains ENA Express settings for UDP network traffic in your launch template.public EnaSrdUdpSpecificationRequest getEnaSrdUdpSpecification()
Contains ENA Express settings for UDP network traffic in your launch template.
public EnaSrdSpecificationRequest withEnaSrdUdpSpecification(EnaSrdUdpSpecificationRequest enaSrdUdpSpecification)
Contains ENA Express settings for UDP network traffic in your launch template.
enaSrdUdpSpecification
- Contains ENA Express settings for UDP network traffic in your launch template.public String toString()
toString
in class Object
Object.toString()
public EnaSrdSpecificationRequest clone()