Class ListTaskDefinitionFamiliesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of task definition family names that match theListTaskDefinitionFamilies
request.ThenextToken
value to include in a futureListTaskDefinitionFamilies
request.int
hashCode()
void
setFamilies
(Collection<String> families) The list of task definition family names that match theListTaskDefinitionFamilies
request.void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListTaskDefinitionFamilies
request.toString()
Returns a string representation of this object; useful for testing and debugging.withFamilies
(String... families) The list of task definition family names that match theListTaskDefinitionFamilies
request.withFamilies
(Collection<String> families) The list of task definition family names that match theListTaskDefinitionFamilies
request.withNextToken
(String nextToken) ThenextToken
value to include in a futureListTaskDefinitionFamilies
request.
-
Constructor Details
-
ListTaskDefinitionFamiliesResult
public ListTaskDefinitionFamiliesResult()
-
-
Method Details
-
getFamilies
The list of task definition family names that match the
ListTaskDefinitionFamilies
request.- Returns:
- The list of task definition family names that match the
ListTaskDefinitionFamilies
request.
-
setFamilies
The list of task definition family names that match the
ListTaskDefinitionFamilies
request.- Parameters:
families
- The list of task definition family names that match theListTaskDefinitionFamilies
request.
-
withFamilies
The list of task definition family names that match the
ListTaskDefinitionFamilies
request.NOTE: This method appends the values to the existing list (if any). Use
setFamilies(java.util.Collection)
orwithFamilies(java.util.Collection)
if you want to override the existing values.- Parameters:
families
- The list of task definition family names that match theListTaskDefinitionFamilies
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFamilies
The list of task definition family names that match the
ListTaskDefinitionFamilies
request.- Parameters:
families
- The list of task definition family names that match theListTaskDefinitionFamilies
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextToken
value to include in a futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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 futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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 futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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 futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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 futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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 futureListTaskDefinitionFamilies
request. When the results of aListTaskDefinitionFamilies
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
-