@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportImageTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeExportImageTasksRequest>
NOOP| Constructor and Description | 
|---|
DescribeExportImageTasksRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeExportImageTasksRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
Request<DescribeExportImageTasksRequest> | 
getDryRunRequest()
This method is intended for internal use only. 
 | 
List<String> | 
getExportImageTaskIds()
 The IDs of the export image tasks. 
 | 
List<Filter> | 
getFilters()
 Filter tasks using the  
task-state filter and one of the following values: active,
 completed, deleting, or deleted. | 
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 | 
setExportImageTaskIds(Collection<String> exportImageTaskIds)
 The IDs of the export image tasks. 
 | 
void | 
setFilters(Collection<Filter> filters)
 Filter tasks using the  
task-state filter and one of the following values: active,
 completed, deleting, or deleted. | 
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. 
 | 
DescribeExportImageTasksRequest | 
withExportImageTaskIds(Collection<String> exportImageTaskIds)
 The IDs of the export image tasks. 
 | 
DescribeExportImageTasksRequest | 
withExportImageTaskIds(String... exportImageTaskIds)
 The IDs of the export image tasks. 
 | 
DescribeExportImageTasksRequest | 
withFilters(Collection<Filter> filters)
 Filter tasks using the  
task-state filter and one of the following values: active,
 completed, deleting, or deleted. | 
DescribeExportImageTasksRequest | 
withFilters(Filter... filters)
 Filter tasks using the  
task-state filter and one of the following values: active,
 completed, deleting, or deleted. | 
DescribeExportImageTasksRequest | 
withMaxResults(Integer maxResults)
 The maximum number of results to return in a single call. 
 | 
DescribeExportImageTasksRequest | 
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, withSdkRequestTimeoutpublic List<Filter> getFilters()
 Filter tasks using the task-state filter and one of the following values: active,
 completed, deleting, or deleted.
 
task-state filter and one of the following values:
         active, completed, deleting, or deleted.public void setFilters(Collection<Filter> filters)
 Filter tasks using the task-state filter and one of the following values: active,
 completed, deleting, or deleted.
 
filters - Filter tasks using the task-state filter and one of the following values: active
        , completed, deleting, or deleted.public DescribeExportImageTasksRequest withFilters(Filter... filters)
 Filter tasks using the task-state filter and one of the following values: active,
 completed, deleting, or 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, or deleted.public DescribeExportImageTasksRequest withFilters(Collection<Filter> filters)
 Filter tasks using the task-state filter and one of the following values: active,
 completed, deleting, or deleted.
 
filters - Filter tasks using the task-state filter and one of the following values: active
        , completed, deleting, or deleted.public List<String> getExportImageTaskIds()
The IDs of the export image tasks.
public void setExportImageTaskIds(Collection<String> exportImageTaskIds)
The IDs of the export image tasks.
exportImageTaskIds - The IDs of the export image tasks.public DescribeExportImageTasksRequest withExportImageTaskIds(String... exportImageTaskIds)
The IDs of the export image tasks.
 NOTE: This method appends the values to the existing list (if any). Use
 setExportImageTaskIds(java.util.Collection) or withExportImageTaskIds(java.util.Collection) if
 you want to override the existing values.
 
exportImageTaskIds - The IDs of the export image tasks.public DescribeExportImageTasksRequest withExportImageTaskIds(Collection<String> exportImageTaskIds)
The IDs of the export image tasks.
exportImageTaskIds - The IDs of the export image tasks.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public DescribeExportImageTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.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 DescribeExportImageTasksRequest withNextToken(String nextToken)
A token that indicates the next page of results.
nextToken - A token that indicates the next page of results.public Request<DescribeExportImageTasksRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeExportImageTasksRequest>public String toString()
toString in class ObjectObject.toString()public DescribeExportImageTasksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()