@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() |
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 results to return in a single call.
|
String |
getNextToken()
The token for the next page of results.
|
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 results to return in a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
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 results to return in a single call.
|
DescribeStoreImageTasksRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
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 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.
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.
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.
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.
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.
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.
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.
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.
public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public DescribeStoreImageTasksRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200. You cannot specify this
parameter and the ImageIDs
parameter in the same call.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 1 and 200. You cannot
specify this parameter and the ImageIDs
parameter in the same call.public Integer getMaxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200. You cannot specify this
parameter and the ImageIDs
parameter in the same call.
NextToken
value. This value can be between 1 and 200. You cannot
specify this parameter and the ImageIDs
parameter in the same call.public DescribeStoreImageTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken
value. This value can be between 1 and 200. You cannot specify this
parameter and the ImageIDs
parameter in the same call.
maxResults
- The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken
value. This value can be between 1 and 200. 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()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.