Class ListContainerInstancesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.ThenextToken
value to include in a futureListContainerInstances
request.int
hashCode()
void
setContainerInstanceArns
(Collection<String> containerInstanceArns) The list of container instances with full Amazon Resource Name (ARN) entries for each container instance associated with the specified cluster.void
setNextToken
(String nextToken) ThenextToken
value to include in a futureListContainerInstances
request.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) ThenextToken
value to include in a futureListContainerInstances
request.
-
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
nextToken
value to include in a futureListContainerInstances
request. When the results of aListContainerInstances
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 futureListContainerInstances
request. When the results of aListContainerInstances
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 futureListContainerInstances
request. When the results of aListContainerInstances
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 futureListContainerInstances
request. When the results of aListContainerInstances
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 futureListContainerInstances
request. When the results of aListContainerInstances
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 futureListContainerInstances
request. When the results of aListContainerInstances
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
-