com.amazonaws.services.autoscaling.model
Class InstanceMonitoring

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.InstanceMonitoring
All Implemented Interfaces:
java.io.Serializable

public class InstanceMonitoring
extends java.lang.Object
implements java.io.Serializable

The InstanceMonitoring data type.

See Also:
Serialized Form

Constructor Summary
InstanceMonitoring()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getEnabled()
          If True, instance monitoring is enabled.
 int hashCode()
           
 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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceMonitoring

public InstanceMonitoring()
Method Detail

isEnabled

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

Returns:
If True, instance monitoring is enabled.

setEnabled

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

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

withEnabled

public InstanceMonitoring withEnabled(java.lang.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 java.lang.Boolean getEnabled()
If True, instance monitoring is enabled.

Returns:
If True, instance monitoring is enabled.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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