@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeFleetInstancesRequest>
NOOP
Constructor and Description |
---|
DescribeFleetInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeFleetInstancesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
String |
getFleetId()
The ID of the EC2 Fleet.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setFleetId(String fleetId)
The ID of the EC2 Fleet.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetInstancesRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeFleetInstancesRequest |
withFilters(Filter... filters)
The filters.
|
DescribeFleetInstancesRequest |
withFleetId(String fleetId)
The ID of the EC2 Fleet.
|
DescribeFleetInstancesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeFleetInstancesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
addHandlerContext, 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 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.
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 Integer getMaxResults()
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 DescribeFleetInstancesRequest withMaxResults(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.
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 void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public DescribeFleetInstancesRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setFleetId(String fleetId)
The ID of the EC2 Fleet.
fleetId
- The ID of the EC2 Fleet.public String getFleetId()
The ID of the EC2 Fleet.
public DescribeFleetInstancesRequest withFleetId(String fleetId)
The ID of the EC2 Fleet.
fleetId
- The ID of the EC2 Fleet.public List<Filter> getFilters()
The filters.
instance-type
- The instance type.
instance-type
- The instance type.
public void setFilters(Collection<Filter> filters)
The filters.
instance-type
- The instance type.
filters
- The filters.
instance-type
- The instance type.
public DescribeFleetInstancesRequest withFilters(Filter... filters)
The filters.
instance-type
- The instance type.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters.
instance-type
- The instance type.
public DescribeFleetInstancesRequest withFilters(Collection<Filter> filters)
The filters.
instance-type
- The instance type.
filters
- The filters.
instance-type
- The instance type.
public Request<DescribeFleetInstancesRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeFleetInstancesRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeFleetInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.