com.amazonaws.services.autoscaling.model
Class InstanceMonitoring

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.InstanceMonitoring

public class InstanceMonitoring
extends Object

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

InstanceMonitoring

public InstanceMonitoring()
Method Detail

isEnabled

public Boolean isEnabled()
If True, instance monitoring is enabled.

Returns:
If True, instance monitoring is enabled.

setEnabled

public void setEnabled(Boolean enabled)
If True, instance monitoring is enabled.

Parameters:
enabled - If True, instance monitoring is enabled.

withEnabled

public InstanceMonitoring withEnabled(Boolean enabled)
If True, instance monitoring is enabled.

Returns a reference to this object so that method calls can be chained together.

Parameters:
enabled - If True, instance monitoring is enabled.
Returns:
A reference to this updated object so that method calls can be chained together.

getEnabled

public Boolean getEnabled()
If True, instance monitoring is enabled.

Returns:
If True, instance monitoring is enabled.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.