@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateHibernationOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateHibernationOptions.Builder,LaunchTemplateHibernationOptions>
Indicates whether an instance is configured for hibernation.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateHibernationOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateHibernationOptions.Builder |
builder() |
Boolean |
configured()
If this parameter is set to
true , the instance is enabled for hibernation; otherwise, it is not
enabled for hibernation. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateHibernationOptions.Builder> |
serializableBuilderClass() |
LaunchTemplateHibernationOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean configured()
If this parameter is set to true
, the instance is enabled for hibernation; otherwise, it is not
enabled for hibernation.
true
, the instance is enabled for hibernation; otherwise, it is
not enabled for hibernation.public LaunchTemplateHibernationOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LaunchTemplateHibernationOptions.Builder,LaunchTemplateHibernationOptions>
public static LaunchTemplateHibernationOptions.Builder builder()
public static Class<? extends LaunchTemplateHibernationOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.