public class ScheduledInstancesMonitoring
extends java.lang.Object
implements java.io.Serializable
Describes whether monitoring is enabled for a Scheduled Instance.
Constructor and Description |
---|
ScheduledInstancesMonitoring() |
Modifier and Type | Method and Description |
---|---|
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 java.lang.Boolean isEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- Indicates whether monitoring is enabled.public ScheduledInstancesMonitoring withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- Indicates whether monitoring is enabled.public java.lang.Boolean getEnabled()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.