@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImportTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImportTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImportTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to request the next page of results.
|
List<ImportTask> |
getTasks()
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
void |
setTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImportTasksResult |
withNextToken(String nextToken)
The token to request the next page of results.
|
DescribeImportTasksResult |
withTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
DescribeImportTasksResult |
withTasks(ImportTask... tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public DescribeImportTasksResult withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public List<ImportTask> getTasks()
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
public void setTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
tasks
- A returned array of import tasks that match any applied filters, up to the specified number of maximum
results.public DescribeImportTasksResult withTasks(ImportTask... tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
NOTE: This method appends the values to the existing list (if any). Use
setTasks(java.util.Collection)
or withTasks(java.util.Collection)
if you want to override the
existing values.
tasks
- A returned array of import tasks that match any applied filters, up to the specified number of maximum
results.public DescribeImportTasksResult withTasks(Collection<ImportTask> tasks)
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
tasks
- A returned array of import tasks that match any applied filters, up to the specified number of maximum
results.public String toString()
toString
in class Object
Object.toString()
public DescribeImportTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.