@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. 
 | 
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 ObjectObject.toString()public SpotFleetMonitoring clone()