public class SpotFleetMonitoring extends Object implements Serializable, Cloneable
Describes whether monitoring is enabled.
| Constructor and Description |
|---|
SpotFleetMonitoring() |
| Modifier and Type | Method and Description |
|---|---|
SpotFleetMonitoring |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Enables monitoring for the instance.
|
int |
hashCode() |
Boolean |
isEnabled()
Enables monitoring for the instance.
|
void |
setEnabled(Boolean enabled)
Enables monitoring for the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SpotFleetMonitoring |
withEnabled(Boolean enabled)
Enables monitoring for the instance.
|
public Boolean isEnabled()
Default: false
Default: false
public void setEnabled(Boolean enabled)
Default: false
enabled - Enables monitoring for the instance. Default: false
public SpotFleetMonitoring withEnabled(Boolean enabled)
Default: false
Returns a reference to this object so that method calls can be chained together.
enabled - Enables monitoring for the instance. Default: false
public Boolean getEnabled()
Default: false
Default: false
public String toString()
toString in class ObjectObject.toString()public SpotFleetMonitoring clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.