@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() |
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 items to return for this request.
|
String |
getNextToken()
The token returned from a previous paginated request.
|
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 items to return for this request.
|
void |
setNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 items to return for this request.
|
DescribeFleetInstancesRequest |
withNextToken(String nextToken)
The token returned from a previous paginated 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 DescribeFleetInstancesRequest 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 returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.public String getNextToken()
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
public DescribeFleetInstancesRequest withNextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.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()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.