@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateHibernationOptionsRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateHibernationOptionsRequest.Builder,LaunchTemplateHibernationOptionsRequest>
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateHibernationOptionsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateHibernationOptionsRequest.Builder |
builder() |
Boolean |
configured()
If you set this parameter to
true , the instance is enabled for hibernation. |
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 LaunchTemplateHibernationOptionsRequest.Builder> |
serializableBuilderClass() |
LaunchTemplateHibernationOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean configured()
If you set this parameter to true
, the instance is enabled for hibernation.
Default: false
true
, the instance is enabled for hibernation.
Default: false
public LaunchTemplateHibernationOptionsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateHibernationOptionsRequest.Builder,LaunchTemplateHibernationOptionsRequest>
public static LaunchTemplateHibernationOptionsRequest.Builder builder()
public static Class<? extends LaunchTemplateHibernationOptionsRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.