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()
Returns the value of the ExportTasks property for this object.
|
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
int |
hashCode() |
void |
setExportTasks(Collection<ExportTask> exportTasks)
Sets the value of the ExportTasks property for this object.
|
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksResult |
withExportTasks(Collection<ExportTask> exportTasks)
Sets the value of the ExportTasks property for this object.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
Sets the value of the ExportTasks property for this object.
|
DescribeExportTasksResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
public List<ExportTask> getExportTasks()
public void setExportTasks(Collection<ExportTask> exportTasks)
exportTasks
- The new value for the ExportTasks property for this object.public DescribeExportTasksResult withExportTasks(ExportTask... exportTasks)
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
- The new value for the ExportTasks property for this object.public DescribeExportTasksResult withExportTasks(Collection<ExportTask> exportTasks)
exportTasks
- The new value for the ExportTasks property for this object.public void setNextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.public String getNextToken()
public DescribeExportTasksResult withNextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksResult clone()
Copyright © 2015. All rights reserved.