@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplateEnclaveOptionsRequest extends Object implements Serializable, Cloneable
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.
Constructor and Description |
---|
LaunchTemplateEnclaveOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateEnclaveOptionsRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true . |
int |
hashCode() |
Boolean |
isEnabled()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true . |
void |
setEnabled(Boolean enabled)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true . |
String |
toString()
Returns a string representation of this object.
|
LaunchTemplateEnclaveOptionsRequest |
withEnabled(Boolean enabled)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
true . |
public void setEnabled(Boolean enabled)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.
enabled
- To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.public Boolean getEnabled()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.
true
.public LaunchTemplateEnclaveOptionsRequest withEnabled(Boolean enabled)
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.
enabled
- To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.public Boolean isEnabled()
To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true
.
true
.public String toString()
toString
in class Object
Object.toString()
public LaunchTemplateEnclaveOptionsRequest clone()