Class ListTaskDefinitionFamiliesResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of task definition family names that match theListTaskDefinitionFamiliesrequest.ThenextTokenvalue to include in a futureListTaskDefinitionFamiliesrequest.inthashCode()voidsetFamilies(Collection<String> families) The list of task definition family names that match theListTaskDefinitionFamiliesrequest.voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListTaskDefinitionFamiliesrequest.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 theListTaskDefinitionFamiliesrequest.withFamilies(Collection<String> families) The list of task definition family names that match theListTaskDefinitionFamiliesrequest.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListTaskDefinitionFamiliesrequest.
-
Constructor Details
-
ListTaskDefinitionFamiliesResult
public ListTaskDefinitionFamiliesResult()
-
-
Method Details
-
getFamilies
The list of task definition family names that match the
ListTaskDefinitionFamiliesrequest.- Returns:
- The list of task definition family names that match the
ListTaskDefinitionFamiliesrequest.
-
setFamilies
The list of task definition family names that match the
ListTaskDefinitionFamiliesrequest.- Parameters:
families- The list of task definition family names that match theListTaskDefinitionFamiliesrequest.
-
withFamilies
The list of task definition family names that match the
ListTaskDefinitionFamiliesrequest.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 theListTaskDefinitionFamiliesrequest.- 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
ListTaskDefinitionFamiliesrequest.- Parameters:
families- The list of task definition family names that match theListTaskDefinitionFamiliesrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextTokenvalue to include in a futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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 futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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 futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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 futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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 futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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 futureListTaskDefinitionFamiliesrequest. When the results of aListTaskDefinitionFamiliesrequest 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-