public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements Serializable
DescribeExportTasks operation
.
Describes one or more of your export tasks.
NOOP
Constructor and Description |
---|
DescribeExportTasksRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getExportTaskIds()
public void setExportTaskIds(Collection<String> exportTaskIds)
exportTaskIds
- One or more export task IDs.public DescribeExportTasksRequest withExportTaskIds(String... exportTaskIds)
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 Object
Object.toString()
Copyright © 2014. All rights reserved.