|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.InstanceMonitoring
public class InstanceMonitoring
The InstanceMonitoring Data Type.
Constructor Summary | |
---|---|
InstanceMonitoring()
|
Method Summary | |
---|---|
java.lang.Boolean |
getEnabled()
If true, instance monitoring is enabled. |
java.lang.Boolean |
isEnabled()
If true, instance monitoring is enabled. |
void |
setEnabled(java.lang.Boolean enabled)
If true, instance monitoring is enabled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceMonitoring |
withEnabled(java.lang.Boolean enabled)
If true, instance monitoring is enabled. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceMonitoring()
Method Detail |
---|
public java.lang.Boolean isEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- If true, instance monitoring is enabled.public InstanceMonitoring withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- If true, instance monitoring is enabled.
public java.lang.Boolean getEnabled()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |