|
|||||||
| 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 | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getEnabled()
If true, instance monitoring is enabled. |
int |
hashCode()
|
Boolean |
isEnabled()
If true, instance monitoring is enabled. |
void |
setEnabled(Boolean enabled)
If true, instance monitoring is enabled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceMonitoring |
withEnabled(Boolean enabled)
If true, instance monitoring is enabled. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceMonitoring()
| Method Detail |
|---|
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
enabled - If true, instance monitoring is enabled.public InstanceMonitoring withEnabled(Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled - If true, instance monitoring is enabled.
public Boolean getEnabled()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||