Class RequestSpotFleetResult
java.lang.Object
com.amazonaws.services.ec2.model.RequestSpotFleetResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of RequestSpotFleet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of the Spot fleet request.inthashCode()voidsetSpotFleetRequestId(String spotFleetRequestId) The ID of the Spot fleet request.toString()Returns a string representation of this object; useful for testing and debugging.withSpotFleetRequestId(String spotFleetRequestId) The ID of the Spot fleet request.
-
Constructor Details
-
RequestSpotFleetResult
public RequestSpotFleetResult()
-
-
Method Details
-
setSpotFleetRequestId
The ID of the Spot fleet request.
- Parameters:
spotFleetRequestId- The ID of the Spot fleet request.
-
getSpotFleetRequestId
The ID of the Spot fleet request.
- Returns:
- The ID of the Spot fleet request.
-
withSpotFleetRequestId
The ID of the Spot fleet request.
- Parameters:
spotFleetRequestId- The ID of the Spot fleet request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-