Class ListTaskDefinitionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
ThenextToken
value to include in a futureListTaskDefinitions
request.The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.int
hashCode()
void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListTaskDefinitions
request.void
setTaskDefinitionArns
(Collection<String> taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.toString()
Returns a string representation of this object; useful for testing and debugging.withNextToken
(String nextToken) ThenextToken
value to include in a futureListTaskDefinitions
request.withTaskDefinitionArns
(String... taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.withTaskDefinitionArns
(Collection<String> taskDefinitionArns) The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.
-
Constructor Details
-
ListTaskDefinitionsResult
public ListTaskDefinitionsResult()
-
-
Method Details
-
getTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.- Returns:
- The list of task definition Amazon Resource Name (ARN) entries
for the
ListTaskDefinitions
request.
-
setTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.- Parameters:
taskDefinitionArns
- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.
-
withTaskDefinitionArns
The list of task definition Amazon Resource Name (ARN) entries for the
ListTaskDefinitions
request.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 theListTaskDefinitions
request.- 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
ListTaskDefinitions
request.- Parameters:
taskDefinitionArns
- The list of task definition Amazon Resource Name (ARN) entries for theListTaskDefinitions
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
getNextToken
The
nextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- The
nextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.
-
withNextToken
The
nextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve the next page of results. This value isnull
when there are no more results to return.- Parameters:
nextToken
- ThenextToken
value to include in a futureListTaskDefinitions
request. When the results of aListTaskDefinitions
request exceedmaxResults
, this value can be used to retrieve 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
-