@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnclaveOptionsRequest 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 | 
|---|
| EnclaveOptionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnclaveOptionsRequest | 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. | 
| EnclaveOptionsRequest | 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 EnclaveOptionsRequest 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 ObjectObject.toString()public EnclaveOptionsRequest clone()