public class DescribeExportTasksResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExportTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksResult |
clone() |
boolean |
equals(Object obj) |
List<ExportTask> |
getExportTasks()
Information about the export tasks.
|
int |
hashCode() |
void |
setExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksResult |
withExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
|
public List<ExportTask> getExportTasks()
Information about the export tasks.
public void setExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
exportTasks
- Information about the export tasks.public DescribeExportTasksResult withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
NOTE: This method appends the values to the existing list (if
any). Use setExportTasks(java.util.Collection)
or
withExportTasks(java.util.Collection)
if you want to override
the existing values.
exportTasks
- Information about the export tasks.public DescribeExportTasksResult withExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
exportTasks
- Information about the export tasks.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.