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