public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeExportTasks operation.
Describes one or more of your export tasks.
NOOP| Constructor and Description |
|---|
DescribeExportTasksRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getExportTaskIds()
One or more export task IDs.
|
int |
hashCode() |
void |
setExportTaskIds(Collection<String> exportTaskIds)
One or more export task IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksRequest |
withExportTaskIds(Collection<String> exportTaskIds)
One or more export task IDs.
|
DescribeExportTasksRequest |
withExportTaskIds(String... exportTaskIds)
One or more export task IDs.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getExportTaskIds()
public void setExportTaskIds(Collection<String> exportTaskIds)
exportTaskIds - One or more export task IDs.public DescribeExportTasksRequest withExportTaskIds(String... exportTaskIds)
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.
Returns a reference to this object so that method calls can be chained together.
exportTaskIds - One or more export task IDs.public DescribeExportTasksRequest withExportTaskIds(Collection<String> exportTaskIds)
Returns a reference to this object so that method calls can be chained together.
exportTaskIds - One or more export task IDs.public String toString()
toString in class ObjectObject.toString()public DescribeExportTasksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.