@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImportImageTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeImportImageTasksRequest>
Contains the parameters for DescribeImportImageTasks.
NOOP
Constructor and Description |
---|
DescribeImportImageTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImportImageTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeImportImageTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
Filter tasks using the
task-state filter and one of the following values: active, completed,
deleting, deleted. |
List<String> |
getImportTaskIds()
A list of import image task IDs.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
A token that indicates the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filter tasks using the
task-state filter and one of the following values: active, completed,
deleting, deleted. |
void |
setImportTaskIds(Collection<String> importTaskIds)
A list of import image task IDs.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
A token that indicates the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImportImageTasksRequest |
withFilters(Collection<Filter> filters)
Filter tasks using the
task-state filter and one of the following values: active, completed,
deleting, deleted. |
DescribeImportImageTasksRequest |
withFilters(Filter... filters)
Filter tasks using the
task-state filter and one of the following values: active, completed,
deleting, deleted. |
DescribeImportImageTasksRequest |
withImportTaskIds(Collection<String> importTaskIds)
A list of import image task IDs.
|
DescribeImportImageTasksRequest |
withImportTaskIds(String... importTaskIds)
A list of import image task IDs.
|
DescribeImportImageTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeImportImageTasksRequest |
withNextToken(String nextToken)
A token that indicates the next page 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 List<Filter> getFilters()
Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.
task-state
filter and one of the following values: active, completed,
deleting, deleted.public void setFilters(Collection<Filter> filters)
Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.
filters
- Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.public DescribeImportImageTasksRequest withFilters(Filter... filters)
Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.
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
- Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.public DescribeImportImageTasksRequest withFilters(Collection<Filter> filters)
Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.
filters
- Filter tasks using the task-state
filter and one of the following values: active, completed,
deleting, deleted.public List<String> getImportTaskIds()
A list of import image task IDs.
public void setImportTaskIds(Collection<String> importTaskIds)
A list of import image task IDs.
importTaskIds
- A list of import image task IDs.public DescribeImportImageTasksRequest withImportTaskIds(String... importTaskIds)
A list of import image task IDs.
NOTE: This method appends the values to the existing list (if any). Use
setImportTaskIds(java.util.Collection)
or withImportTaskIds(java.util.Collection)
if you want
to override the existing values.
importTaskIds
- A list of import image task IDs.public DescribeImportImageTasksRequest withImportTaskIds(Collection<String> importTaskIds)
A list of import image task IDs.
importTaskIds
- A list of import image task IDs.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.
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.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.
NextToken
value.public DescribeImportImageTasksRequest 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.
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.public void setNextToken(String nextToken)
A token that indicates the next page of results.
nextToken
- A token that indicates the next page of results.public String getNextToken()
A token that indicates the next page of results.
public DescribeImportImageTasksRequest withNextToken(String nextToken)
A token that indicates the next page of results.
nextToken
- A token that indicates the next page of results.public Request<DescribeImportImageTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeImportImageTasksRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeImportImageTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.