@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportTasksResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
DescribeExportTasksResult |
withExportTasks(Collection<ExportTask> exportTasks)
Information about the export tasks.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
Information about the export tasks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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()