public class ScheduledInstancesMonitoring
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes whether monitoring is enabled for a Scheduled Instance.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
enabled
Indicates whether monitoring is enabled.
|
Constructor and Description |
---|
ScheduledInstancesMonitoring() |
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesMonitoring |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getEnabled()
Indicates whether monitoring is enabled.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
Indicates whether monitoring is enabled.
|
void |
setEnabled(java.lang.Boolean enabled)
Indicates whether monitoring is enabled.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduledInstancesMonitoring |
withEnabled(java.lang.Boolean enabled)
Indicates whether monitoring is enabled.
|
public void setEnabled(java.lang.Boolean enabled)
Indicates whether monitoring is enabled.
enabled
- Indicates whether monitoring is enabled.public java.lang.Boolean getEnabled()
Indicates whether monitoring is enabled.
public ScheduledInstancesMonitoring withEnabled(java.lang.Boolean enabled)
Indicates whether monitoring is enabled.
enabled
- Indicates whether monitoring is enabled.public java.lang.Boolean isEnabled()
Indicates whether monitoring is enabled.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ScheduledInstancesMonitoring clone()
clone
in class java.lang.Object