@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 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.
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 Amazon Web Services 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, wait
copy
public final Boolean enabled()
To enable the instance for Amazon Web Services 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 SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.