Class SpotFleetMonitoring
java.lang.Object
com.amazonaws.services.ec2.model.SpotFleetMonitoring
- All Implemented Interfaces:
Serializable, Cloneable
Describes whether monitoring is enabled.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanEnables monitoring for the instance.inthashCode()Enables monitoring for the instance.voidsetEnabled(Boolean enabled) Enables monitoring for the instance.toString()Returns a string representation of this object; useful for testing and debugging.withEnabled(Boolean enabled) Enables monitoring for the instance.
-
Constructor Details
-
SpotFleetMonitoring
public SpotFleetMonitoring()
-
-
Method Details
-
setEnabled
Enables monitoring for the instance.
Default:
false- Parameters:
enabled- Enables monitoring for the instance.Default:
false
-
getEnabled
Enables monitoring for the instance.
Default:
false- Returns:
- Enables monitoring for the instance.
Default:
false
-
withEnabled
Enables monitoring for the instance.
Default:
false- Parameters:
enabled- Enables monitoring for the instance.Default:
false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isEnabled
Enables monitoring for the instance.
Default:
false- Returns:
- Enables monitoring for the instance.
Default:
false
-
toString
-
equals
-
hashCode
-
clone
-