public class SpotFleetMonitoring
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes whether monitoring is enabled.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
enabled
Enables monitoring for the instance.
|
Constructor and Description |
---|
SpotFleetMonitoring() |
Modifier and Type | Method and Description |
---|---|
SpotFleetMonitoring |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getEnabled()
Enables monitoring for the instance.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
Enables monitoring for the instance.
|
void |
setEnabled(java.lang.Boolean enabled)
Enables monitoring for the instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SpotFleetMonitoring |
withEnabled(java.lang.Boolean enabled)
Enables monitoring for the instance.
|
private java.lang.Boolean enabled
Enables monitoring for the instance.
Default: false
public void setEnabled(java.lang.Boolean enabled)
Enables monitoring for the instance.
Default: false
enabled
- Enables monitoring for the instance.
Default: false
public java.lang.Boolean getEnabled()
Enables monitoring for the instance.
Default: false
Default: false
public SpotFleetMonitoring withEnabled(java.lang.Boolean enabled)
Enables monitoring for the instance.
Default: false
enabled
- Enables monitoring for the instance.
Default: false
public java.lang.Boolean isEnabled()
Enables monitoring for the instance.
Default: false
Default: false
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 SpotFleetMonitoring clone()
clone
in class java.lang.Object