public class DescribeSpotFleetInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeSpotFleetInstancesRequest>
DescribeSpotFleetInstances operation
.
Describes the running instances for the specified Spot fleet.
NOOP
Constructor and Description |
---|
DescribeSpotFleetInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetInstancesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<DescribeSpotFleetInstancesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getSpotFleetRequestId()
The ID of the Spot fleet request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSpotFleetInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeSpotFleetInstancesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
DescribeSpotFleetInstancesRequest |
withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot fleet request.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getSpotFleetRequestId()
public void setSpotFleetRequestId(String spotFleetRequestId)
spotFleetRequestId
- The ID of the Spot fleet request.public DescribeSpotFleetInstancesRequest withSpotFleetRequestId(String spotFleetRequestId)
Returns a reference to this object so that method calls can be chained together.
spotFleetRequestId
- The ID of the Spot fleet request.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The token for the next set of results.public DescribeSpotFleetInstancesRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token for the next set of results.public Integer getMaxResults()
NextToken
value.NextToken
value.public void setMaxResults(Integer maxResults)
NextToken
value.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.public DescribeSpotFleetInstancesRequest withMaxResults(Integer maxResults)
NextToken
value.
Returns a reference to this object so that method calls can be chained together.
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.public Request<DescribeSpotFleetInstancesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeSpotFleetInstancesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeSpotFleetInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.