@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImportImageTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImportImageTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImportImageTasksResult |
clone() |
boolean |
equals(Object obj) |
List<ImportImageTask> |
getImportImageTasks()
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous
7 days.
|
String |
getNextToken()
The token to use to get the next page of results.
|
int |
hashCode() |
void |
setImportImageTasks(Collection<ImportImageTask> importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous
7 days.
|
void |
setNextToken(String nextToken)
The token to use to get the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImportImageTasksResult |
withImportImageTasks(Collection<ImportImageTask> importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous
7 days.
|
DescribeImportImageTasksResult |
withImportImageTasks(ImportImageTask... importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous
7 days.
|
DescribeImportImageTasksResult |
withNextToken(String nextToken)
The token to use to get the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ImportImageTask> getImportImageTasks()
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
public void setImportImageTasks(Collection<ImportImageTask> importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
importImageTasks
- A list of zero or more import image tasks that are currently active or were completed or canceled in the
previous 7 days.public DescribeImportImageTasksResult withImportImageTasks(ImportImageTask... importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
NOTE: This method appends the values to the existing list (if any). Use
setImportImageTasks(java.util.Collection)
or withImportImageTasks(java.util.Collection)
if you
want to override the existing values.
importImageTasks
- A list of zero or more import image tasks that are currently active or were completed or canceled in the
previous 7 days.public DescribeImportImageTasksResult withImportImageTasks(Collection<ImportImageTask> importImageTasks)
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
importImageTasks
- A list of zero or more import image tasks that are currently active or were completed or canceled in the
previous 7 days.public void setNextToken(String nextToken)
The token to use to get the next page of results. This value is null
when there are no more results
to return.
nextToken
- The token to use to get the next page of results. This value is null
when there are no more
results to return.public String getNextToken()
The token to use to get the next page of results. This value is null
when there are no more results
to return.
null
when there are no more
results to return.public DescribeImportImageTasksResult withNextToken(String nextToken)
The token to use to get the next page of results. This value is null
when there are no more results
to return.
nextToken
- The token to use to get the next page of results. This value is null
when there are no more
results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeImportImageTasksResult clone()