Class ListContainerInstancesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.ThenextTokenvalue to include in a futureListContainerInstancesrequest.inthashCode()voidsetContainerInstanceArns(Collection<String> containerInstanceArns) The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.voidsetNextToken(String nextToken) ThenextTokenvalue to include in a futureListContainerInstancesrequest.toString()Returns a string representation of this object; useful for testing and debugging.withContainerInstanceArns(String... containerInstanceArns) The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.withContainerInstanceArns(Collection<String> containerInstanceArns) The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.withNextToken(String nextToken) ThenextTokenvalue to include in a futureListContainerInstancesrequest.
-
Constructor Details
-
ListContainerInstancesResult
public ListContainerInstancesResult()
-
-
Method Details
-
getContainerInstanceArns
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
- Returns:
- The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
-
setContainerInstanceArns
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
- Parameters:
containerInstanceArns- The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
-
withContainerInstanceArns
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
NOTE: This method appends the values to the existing list (if any). Use
setContainerInstanceArns(java.util.Collection)orwithContainerInstanceArns(java.util.Collection)if you want to override the existing values.- Parameters:
containerInstanceArns- The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withContainerInstanceArns
public ListContainerInstancesResult withContainerInstanceArns(Collection<String> containerInstanceArns) The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.
- Parameters:
containerInstanceArns- The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The
nextTokenvalue to include in a futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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 futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest 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
-