Class ListTaskDefinitionsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThenextTokenvalue to include in a futureListTaskDefinitionsrequest.The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.inthashCode()voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListTaskDefinitionsrequest.voidsetTaskDefinitionArns(Collection<String> taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.toString()Returns a string representation of this object; useful for testing and debugging.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListTaskDefinitionsrequest.withTaskDefinitionArns(String... taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.withTaskDefinitionArns(Collection<String> taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.
-
Constructor Details
-
ListTaskDefinitionsResult
public ListTaskDefinitionsResult()
-
-
Method Details
-
getTaskDefinitionArns
-
setTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitionsrequest.- Parameters:
taskDefinitionArns- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.
-
withTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitionsrequest.NOTE: This method appends the values to the existing list (if any). Use
setTaskDefinitionArns(java.util.Collection)orwithTaskDefinitionArns(java.util.Collection)if you want to override the existing values.- Parameters:
taskDefinitionArns- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitionsrequest.- Parameters:
taskDefinitionArns- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitionsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextTokenvalue to include in a futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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 futureListTaskDefinitionsrequest. When the results of aListTaskDefinitionsrequest 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
-