Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeSpotFleetRequestsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
Contains the parameters for DescribeSpotFleetRequests.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSpotFleetRequestsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeSpotFleetRequestsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
The token for the next set of results.
|
static Class<? extends DescribeSpotFleetRequestsRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
spotFleetRequestIds() |
The IDs of the Spot fleet requests.
|
DescribeSpotFleetRequestsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Integer maxResults()
The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value
is 1000. To retrieve the remaining results, make another call with the returned NextToken
value.
NextToken
value.public String nextToken()
The token for the next set of results.
public List<String> spotFleetRequestIds()
The IDs of the Spot fleet requests.
public DescribeSpotFleetRequestsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSpotFleetRequestsRequest.Builder,DescribeSpotFleetRequestsRequest>
public static DescribeSpotFleetRequestsRequest.Builder builder()
public static Class<? extends DescribeSpotFleetRequestsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.