Package com.amazonaws.services.ec2.model
Class ScheduledInstancesMonitoring
java.lang.Object
com.amazonaws.services.ec2.model.ScheduledInstancesMonitoring
- All Implemented Interfaces:
Serializable,Cloneable
Describes whether monitoring is enabled for a Scheduled Instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether monitoring is enabled.inthashCode()Indicates whether monitoring is enabled.voidsetEnabled(Boolean enabled) Indicates whether monitoring is enabled.toString()Returns a string representation of this object; useful for testing and debugging.withEnabled(Boolean enabled) Indicates whether monitoring is enabled.
-
Constructor Details
-
ScheduledInstancesMonitoring
public ScheduledInstancesMonitoring()
-
-
Method Details
-
setEnabled
Indicates whether monitoring is enabled.
- Parameters:
enabled- Indicates whether monitoring is enabled.
-
getEnabled
Indicates whether monitoring is enabled.
- Returns:
- Indicates whether monitoring is enabled.
-
withEnabled
Indicates whether monitoring is enabled.
- Parameters:
enabled- Indicates whether monitoring is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
Indicates whether monitoring is enabled.
- Returns:
- Indicates whether monitoring is enabled.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-