public class DescribeExportTasksResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output for DescribeExportTasks.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ExportTask> |
exportTasks
Information about the export tasks.
|
Constructor and Description |
---|
DescribeExportTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ExportTask> |
getExportTasks()
Information about the export tasks.
|
int |
hashCode() |
void |
setExportTasks(java.util.Collection<ExportTask> exportTasks)
Information about the export tasks.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksResult |
withExportTasks(java.util.Collection<ExportTask> exportTasks)
Information about the export tasks.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
|
private SdkInternalList<ExportTask> exportTasks
Information about the export tasks.
public java.util.List<ExportTask> getExportTasks()
Information about the export tasks.
public void setExportTasks(java.util.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(java.util.Collection<ExportTask> exportTasks)
Information about the export tasks.
exportTasks
- Information about the export tasks.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeExportTasksResult clone()
clone
in class java.lang.Object