@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpotFleetInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeSpotFleetInstancesRequest>
Contains the parameters for DescribeSpotFleetInstances.
NOOP
Constructor and Description |
---|
DescribeSpotFleetInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetInstancesRequest |
clone() |
boolean |
equals(Object obj) |
Request<DescribeSpotFleetInstancesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
String |
getSpotFleetRequestId()
The ID of the Spot Fleet request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpotFleetInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeSpotFleetInstancesRequest |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSpotFleetInstancesRequest |
withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public DescribeSpotFleetInstancesRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeSpotFleetInstancesRequest withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.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 DescribeSpotFleetInstancesRequest withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
spotFleetRequestId
- The ID of the Spot Fleet request.public Request<DescribeSpotFleetInstancesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeSpotFleetInstancesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeSpotFleetInstancesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.