@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeExportTasksRequest>
NOOP| Constructor and Description | 
|---|
| DescribeExportTasksRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeExportTasksRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<DescribeExportTasksRequest> | getDryRunRequest()This method is intended for internal use only. | 
| List<String> | getExportTaskIds()
 The export task IDs. | 
| List<Filter> | getFilters()
 the filters for the export tasks. | 
| int | hashCode() | 
| void | setExportTaskIds(Collection<String> exportTaskIds)
 The export task IDs. | 
| void | setFilters(Collection<Filter> filters)
 the filters for the export tasks. | 
| String | toString()Returns a string representation of this object. | 
| DescribeExportTasksRequest | withExportTaskIds(Collection<String> exportTaskIds)
 The export task IDs. | 
| DescribeExportTasksRequest | withExportTaskIds(String... exportTaskIds)
 The export task IDs. | 
| DescribeExportTasksRequest | withFilters(Collection<Filter> filters)
 the filters for the export tasks. | 
| DescribeExportTasksRequest | withFilters(Filter... filters)
 the filters for the export tasks. | 
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<String> getExportTaskIds()
The export task IDs.
public void setExportTaskIds(Collection<String> exportTaskIds)
The export task IDs.
exportTaskIds - The export task IDs.public DescribeExportTasksRequest withExportTaskIds(String... exportTaskIds)
The export task IDs.
 NOTE: This method appends the values to the existing list (if any). Use
 setExportTaskIds(java.util.Collection) or withExportTaskIds(java.util.Collection) if you want
 to override the existing values.
 
exportTaskIds - The export task IDs.public DescribeExportTasksRequest withExportTaskIds(Collection<String> exportTaskIds)
The export task IDs.
exportTaskIds - The export task IDs.public List<Filter> getFilters()
the filters for the export tasks.
public void setFilters(Collection<Filter> filters)
the filters for the export tasks.
filters - the filters for the export tasks.public DescribeExportTasksRequest withFilters(Filter... filters)
the filters for the export tasks.
 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 for the export tasks.public DescribeExportTasksRequest withFilters(Collection<Filter> filters)
the filters for the export tasks.
filters - the filters for the export tasks.public Request<DescribeExportTasksRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeExportTasksRequest>public String toString()
toString in class ObjectObject.toString()public DescribeExportTasksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()