public class InstanceMonitoring extends Object implements Serializable
The InstanceMonitoring
data type.
Constructor and Description |
---|
InstanceMonitoring() |
Modifier and Type | Method and Description |
---|---|
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. |
public Boolean isEnabled()
True
, instance monitoring is enabled.True
, instance monitoring is enabled.public void setEnabled(Boolean enabled)
True
, instance monitoring is enabled.enabled
- If True
, instance monitoring is enabled.public InstanceMonitoring withEnabled(Boolean enabled)
True
, instance monitoring is 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()
True
, instance monitoring is enabled.True
, instance monitoring is enabled.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.