@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2LaunchTemplateDataEnclaveOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder,AwsEc2LaunchTemplateDataEnclaveOptionsDetails>
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder |
builder() |
Boolean |
enabled()
If this parameter is set to
true, the instance is enabled for Amazon Web Services Nitro Enclaves. |
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 AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder> |
serializableBuilderClass() |
AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves.
true, the instance is enabled for Amazon Web Services Nitro
Enclaves.public AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder,AwsEc2LaunchTemplateDataEnclaveOptionsDetails>public static AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder builder()
public static Class<? extends AwsEc2LaunchTemplateDataEnclaveOptionsDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.