@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateEnclaveOptionsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateEnclaveOptionsRequest.Builder,LaunchTemplateEnclaveOptionsRequest>
Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? in the AWS Nitro Enclaves User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateEnclaveOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateEnclaveOptionsRequest.Builder |
builder() |
Boolean |
enabled()
To enable the instance for AWS Nitro Enclaves, set this parameter to
true. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateEnclaveOptionsRequest.Builder> |
serializableBuilderClass() |
LaunchTemplateEnclaveOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
To enable the instance for AWS Nitro Enclaves, set this parameter to true.
true.public LaunchTemplateEnclaveOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateEnclaveOptionsRequest.Builder,LaunchTemplateEnclaveOptionsRequest>public static LaunchTemplateEnclaveOptionsRequest.Builder builder()
public static Class<? extends LaunchTemplateEnclaveOptionsRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.