Class DescribeImportImageTasksResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output for DescribeImportImageTasks.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.The token to use to get the next page of results.inthashCode()voidsetImportImageTasks(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.voidsetNextToken(String nextToken) The token to use to get the next page of results.toString()Returns a string representation of this object; useful for testing and debugging.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.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.withNextToken(String nextToken) The token to use to get the next page of results.
-
Constructor Details
-
DescribeImportImageTasksResult
public DescribeImportImageTasksResult()
-
-
Method Details
-
getImportImageTasks
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
- Returns:
- A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
-
setImportImageTasks
A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
- Parameters:
importImageTasks- A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.
-
withImportImageTasks
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)orwithImportImageTasks(java.util.Collection)if you want to override the existing values.- Parameters:
importImageTasks- A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withImportImageTasks
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.
- Parameters:
importImageTasks- A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The token to use to get the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to get the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The token to use to get the next page of results. This value is
nullwhen there are no more results to return.- Returns:
- The token to use to get the next page of results. This value is
nullwhen there are no more results to return.
-
withNextToken
The token to use to get the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to get the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-