public class DescribeSpotFleetRequestsResult extends Object 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.
|
public List<SpotFleetRequestConfig> getSpotFleetRequestConfigs()
public void setSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
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.
Returns a reference to this object so that method calls can be chained together.
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Returns a reference to this object so that method calls can be chained together.
spotFleetRequestConfigs
- Information about the configuration of your Spot fleet.public String getNextToken()
null
when there are no more results to return.null
when there are no more results to return.public void setNextToken(String nextToken)
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 DescribeSpotFleetRequestsResult withNextToken(String nextToken)
null
when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
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 toString()
toString
in class Object
Object.toString()
public DescribeSpotFleetRequestsResult clone()
Copyright © 2015. All rights reserved.