Package com.amazonaws.services.ec2.model
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()
boolean
The ID of the Spot fleet request.int
hashCode()
void
setSpotFleetRequestId
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-