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