public class DescribeSpotFleetRequestsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeSpotFleetRequests.
| Constructor and Description |
|---|
DescribeSpotFleetRequestsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token required to retrieve the next set of results.
|
java.util.List<SpotFleetRequestConfig> |
getSpotFleetRequestConfigs()
Information about the configuration of your Spot fleet.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token required to retrieve the next set of results.
|
void |
setSpotFleetRequestConfigs(java.util.Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSpotFleetRequestsResult |
withNextToken(java.lang.String nextToken)
The token required to retrieve the next set of results.
|
DescribeSpotFleetRequestsResult |
withSpotFleetRequestConfigs(java.util.Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
DescribeSpotFleetRequestsResult |
withSpotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs)
Information about the configuration of your Spot fleet.
|
public java.util.List<SpotFleetRequestConfig> getSpotFleetRequestConfigs()
public void setSpotFleetRequestConfigs(java.util.Collection<SpotFleetRequestConfig> spotFleetRequestConfigs)
spotFleetRequestConfigs - Information about the configuration of your Spot fleet.public DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(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 DescribeSpotFleetRequestsResult withSpotFleetRequestConfigs(java.util.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 java.lang.String getNextToken()
null when there are no more results to return.null when there are no more results to return.public void setNextToken(java.lang.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(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.