Class DescribeImportSnapshotTasksResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output for DescribeImportSnapshotTasks.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of zero or more import snapshot 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.int
hashCode()
void
setImportSnapshotTasks
(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot 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.toString()
Returns a string representation of this object; useful for testing and debugging.withImportSnapshotTasks
(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.withImportSnapshotTasks
(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot 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
-
DescribeImportSnapshotTasksResult
public DescribeImportSnapshotTasksResult()
-
-
Method Details
-
getImportSnapshotTasks
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
- Returns:
- A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
-
setImportSnapshotTasks
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
- Parameters:
importSnapshotTasks
- A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
-
withImportSnapshotTasks
public DescribeImportSnapshotTasksResult withImportSnapshotTasks(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot 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
setImportSnapshotTasks(java.util.Collection)
orwithImportSnapshotTasks(java.util.Collection)
if you want to override the existing values.- Parameters:
importSnapshotTasks
- A list of zero or more import snapshot 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.
-
withImportSnapshotTasks
public DescribeImportSnapshotTasksResult withImportSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.
- Parameters:
importSnapshotTasks
- A list of zero or more import snapshot 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
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to get the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The token to use to get the next page of results. This value is
null
when there are no more results to return.- Returns:
- The token to use to get the next page of results. This value is
null
when there are no more results to return.
-
withNextToken
The token to use to get the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to get the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-