public class DescribeExportTasksResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeExportTasksResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ExportTask> |
getExportTasks()
The export tasks.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setExportTasks(java.util.Collection<ExportTask> exportTasks)
The export tasks.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportTasksResult |
withExportTasks(java.util.Collection<ExportTask> exportTasks)
The export tasks.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
The export tasks.
|
DescribeExportTasksResult |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
public java.util.List<ExportTask> getExportTasks()
The export tasks.
The export tasks.
public void setExportTasks(java.util.Collection<ExportTask> exportTasks)
The export tasks.
exportTasks - The export tasks.
public DescribeExportTasksResult withExportTasks(ExportTask... exportTasks)
The export tasks.
Returns a reference to this object so that method calls can be chained together.
exportTasks - The export tasks.
public DescribeExportTasksResult withExportTasks(java.util.Collection<ExportTask> exportTasks)
The export tasks.
Returns a reference to this object so that method calls can be chained together.
exportTasks - The export tasks.
public java.lang.String getNextToken()
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
The token for the next set of items to return. The token expires after 24 hours.
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Constraints:
Length: 1 -
nextToken - The token for the next set of items to return. The token expires after 24 hours.
public DescribeExportTasksResult withNextToken(java.lang.String nextToken)
The token for the next set of items to return. The token expires after 24 hours.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken - The token for the next set of items to return. The token expires after 24 hours.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.