@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestSpotFleetResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.public String getSpotFleetRequestId()
The ID of the Spot fleet request.
public RequestSpotFleetResult withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
spotFleetRequestId
- The ID of the Spot fleet request.public String toString()
toString
in class Object
Object.toString()
public RequestSpotFleetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.