@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setEnabled(Boolean enabled)
Enables monitoring for the instance.
Default: false
enabled
- Enables monitoring for the instance.
Default: false
public Boolean getEnabled()
Enables monitoring for the instance.
Default: false
Default: false
public SpotFleetMonitoring withEnabled(Boolean enabled)
Enables monitoring for the instance.
Default: false
enabled
- Enables monitoring for the instance.
Default: false
public Boolean isEnabled()
Enables monitoring for the instance.
Default: false
Default: false
public String toString()
toString
in class Object
Object.toString()
public SpotFleetMonitoring clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.