@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplateHibernationOptionsRequest extends Object implements Serializable, Cloneable
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
| Constructor and Description |
|---|
LaunchTemplateHibernationOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTemplateHibernationOptionsRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getConfigured()
If you set this parameter to
true, the instance is enabled for hibernation. |
int |
hashCode() |
Boolean |
isConfigured()
If you set this parameter to
true, the instance is enabled for hibernation. |
void |
setConfigured(Boolean configured)
If you set this parameter to
true, the instance is enabled for hibernation. |
String |
toString()
Returns a string representation of this object.
|
LaunchTemplateHibernationOptionsRequest |
withConfigured(Boolean configured)
If you set this parameter to
true, the instance is enabled for hibernation. |
public LaunchTemplateHibernationOptionsRequest()
public void setConfigured(Boolean configured)
If you set this parameter to true, the instance is enabled for hibernation.
Default: false
configured - If you set this parameter to true, the instance is enabled for hibernation.
Default: false
public Boolean getConfigured()
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 withConfigured(Boolean configured)
If you set this parameter to true, the instance is enabled for hibernation.
Default: false
configured - If you set this parameter to true, the instance is enabled for hibernation.
Default: false
public Boolean isConfigured()
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 String toString()
toString in class ObjectObject.toString()public LaunchTemplateHibernationOptionsRequest clone()