Package com.amazonaws.services.ec2.model
Class RequestSpotFleetResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.RequestSpotFleetResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class RequestSpotFleetResult extends Object implements Serializable, Cloneable
Contains the output of RequestSpotFleet.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestSpotFleetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestSpotFleetResult
clone()
boolean
equals(Object obj)
String
getSpotFleetRequestId()
The ID of the Spot fleet request.int
hashCode()
void
setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.String
toString()
Returns a string representation of this object; useful for testing and debugging.RequestSpotFleetResult
withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
-
-
-
Method Detail
-
setSpotFleetRequestId
public void setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
- Parameters:
spotFleetRequestId
- The ID of the Spot fleet request.
-
getSpotFleetRequestId
public String getSpotFleetRequestId()
The ID of the Spot fleet request.
- Returns:
- The ID of the Spot fleet request.
-
withSpotFleetRequestId
public RequestSpotFleetResult withSpotFleetRequestId(String spotFleetRequestId)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RequestSpotFleetResult clone()
-
-