@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HibernationOptionsRequest extends Object implements Serializable, Cloneable
Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.
Constructor and Description |
---|
HibernationOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
HibernationOptionsRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getConfigured()
If you set this parameter to
true , your instance is enabled for hibernation. |
int |
hashCode() |
Boolean |
isConfigured()
If you set this parameter to
true , your instance is enabled for hibernation. |
void |
setConfigured(Boolean configured)
If you set this parameter to
true , your instance is enabled for hibernation. |
String |
toString()
Returns a string representation of this object.
|
HibernationOptionsRequest |
withConfigured(Boolean configured)
If you set this parameter to
true , your instance is enabled for hibernation. |
public void setConfigured(Boolean configured)
If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
configured
- If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
public Boolean getConfigured()
If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
true
, your instance is enabled for hibernation.
Default: false
public HibernationOptionsRequest withConfigured(Boolean configured)
If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
configured
- If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
public Boolean isConfigured()
If you set this parameter to true
, your instance is enabled for hibernation.
Default: false
true
, your instance is enabled for hibernation.
Default: false
public String toString()
toString
in class Object
Object.toString()
public HibernationOptionsRequest clone()