@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpotFleetRequestsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeSpotFleetRequests.
Constructor and Description |
---|
DescribeSpotFleetRequestsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token required to retrieve the next set of results.
|
List<SpotFleetRequestConfig> |
getSpotFleetRequestConfigs()
Information about the configuration of your Spot fleet.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token required to retrieve the next set of results.
|
void |
setSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSpotFleetRequestsResult |
withNextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotFleetRequestsResult |
withSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
DescribeSpotFleetRequestsResult |
withSpotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no more
results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are no
more results to return.public String getNextToken()
The token required to retrieve the next set of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeSpotFleetRequestsResult withNextToken(String nextToken)
The token required to retrieve the next set of results. This value is null
when there are no more
results to return.
nextToken
- The token required to retrieve the next set of results. This value is null
when there are no
more results to return.public List<SpotFleetRequestConfig> getSpotFleetRequestConfigs()
Information about the configuration of your Spot fleet.
public void setSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
NOTE: This method appends the values to the existing list (if any). Use
setSpotFleetRequestConfigs(java.util.Collection)
or
withSpotFleetRequestConfigs(java.util.Collection)
if you want to override the existing values.
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public String toString()
toString
in class Object
Object.toString()
public DescribeSpotFleetRequestsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.