public class RequestSpotFleetResult extends Object implements Serializable, Cloneable
Contains the output of RequestSpotFleet.
Constructor and Description |
---|
RequestSpotFleetResult() |
Modifier and Type | Method and 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.
|
public String getSpotFleetRequestId()
public void setSpotFleetRequestId(String spotFleetRequestId)
spotFleetRequestId
- The ID of the Spot fleet request.public RequestSpotFleetResult withSpotFleetRequestId(String spotFleetRequestId)
Returns a reference to this object so that method calls can be chained together.
spotFleetRequestId
- The ID of the Spot fleet request.public String toString()
toString
in class Object
Object.toString()
public RequestSpotFleetResult clone()
Copyright © 2015. All rights reserved.