Package com.amazonaws.services.ec2.model
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()
boolean
Enables monitoring for the instance.int
hashCode()
Enables monitoring for the instance.void
setEnabled
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-