Class ListTasksResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThenextTokenvalue to include in a futureListTasksrequest.The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.inthashCode()voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListTasksrequest.voidsetTaskArns(Collection<String> taskArns) The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListTasksrequest.withTaskArns(String... taskArns) The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.withTaskArns(Collection<String> taskArns) The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.
-
Constructor Details
-
ListTasksResult
public ListTasksResult()
-
-
Method Details
-
getTaskArns
-
setTaskArns
The list of task Amazon Resource Name (ARN) entries for the
ListTasksrequest.- Parameters:
taskArns- The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.
-
withTaskArns
The list of task Amazon Resource Name (ARN) entries for the
ListTasksrequest.NOTE: This method appends the values to the existing list (if any). Use
setTaskArns(java.util.Collection)orwithTaskArns(java.util.Collection)if you want to override the existing values.- Parameters:
taskArns- The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTaskArns
The list of task Amazon Resource Name (ARN) entries for the
ListTasksrequest.- Parameters:
taskArns- The list of task Amazon Resource Name (ARN) entries for theListTasksrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
getNextToken
The
nextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- The
nextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
-
withNextToken
The
nextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.- Parameters:
nextToken- ThenextTokenvalue to include in a futureListTasksrequest. When the results of aListTasksrequest exceedmaxResults, this value can be used to retrieve 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
-