@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStoreImageTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeStoreImageTasksRequest>
NOOP
Constructor and Description |
---|
DescribeStoreImageTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStoreImageTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeStoreImageTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
List<String> |
getImageIds()
The AMI IDs for which to show progress.
|
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 |
setImageIds(Collection<String> imageIds)
The AMI IDs for which to show progress.
|
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.
|
DescribeStoreImageTasksRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeStoreImageTasksRequest |
withFilters(Filter... filters)
The filters.
|
DescribeStoreImageTasksRequest |
withImageIds(Collection<String> imageIds)
The AMI IDs for which to show progress.
|
DescribeStoreImageTasksRequest |
withImageIds(String... imageIds)
The AMI IDs for which to show progress.
|
DescribeStoreImageTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeStoreImageTasksRequest |
withNextToken(String nextToken)
The token returned from a previous paginated request.
|
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 List<String> getImageIds()
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
public void setImageIds(Collection<String> imageIds)
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
imageIds
- The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.public DescribeStoreImageTasksRequest withImageIds(String... imageIds)
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
NOTE: This method appends the values to the existing list (if any). Use
setImageIds(java.util.Collection)
or withImageIds(java.util.Collection)
if you want to override
the existing values.
imageIds
- The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.public DescribeStoreImageTasksRequest withImageIds(Collection<String> imageIds)
The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.
imageIds
- The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.public List<Filter> getFilters()
The filters.
task-state
- Returns tasks in a certain state (InProgress
| Completed
|
Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter value,
specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
task-state
- Returns tasks in a certain state (InProgress
|
Completed
| Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use
the filters, you must remove the ImageIds
parameter.
public void setFilters(Collection<Filter> filters)
The filters.
task-state
- Returns tasks in a certain state (InProgress
| Completed
|
Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter value,
specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
filters
- The filters.
task-state
- Returns tasks in a certain state (InProgress
|
Completed
| Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
public DescribeStoreImageTasksRequest withFilters(Filter... filters)
The filters.
task-state
- Returns tasks in a certain state (InProgress
| Completed
|
Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter value,
specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
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.
task-state
- Returns tasks in a certain state (InProgress
|
Completed
| Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
public DescribeStoreImageTasksRequest withFilters(Collection<Filter> filters)
The filters.
task-state
- Returns tasks in a certain state (InProgress
| Completed
|
Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter value,
specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
filters
- The filters.
task-state
- Returns tasks in a certain state (InProgress
|
Completed
| Failed
)
bucket
- Returns task information for tasks that targeted a specific bucket. For the filter
value, specify the bucket name.
When you specify the ImageIds
parameter, any filters that you specify are ignored. To use the
filters, you must remove the ImageIds
parameter.
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 DescribeStoreImageTasksRequest 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 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.
You cannot specify this parameter and the ImageIds
parameter in the same call.
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.
You cannot specify this parameter and the ImageIds
parameter in the same call.
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.
You cannot specify this parameter and the ImageIds
parameter in the same call.
You cannot specify this parameter and the ImageIds
parameter in the same call.
public DescribeStoreImageTasksRequest 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.
You cannot specify this parameter and the ImageIds
parameter in the same call.
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.
You cannot specify this parameter and the ImageIds
parameter in the same call.
public Request<DescribeStoreImageTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeStoreImageTasksRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeStoreImageTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()