public class ListContainerInstancesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListContainerInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListContainerInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getContainerInstanceArns()
The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.
|
String |
getNextToken()
The
nextToken value to include in a future
ListContainerInstances request. |
int |
hashCode() |
void |
setContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future
ListContainerInstances request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListContainerInstancesResult |
withContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.
|
ListContainerInstancesResult |
withContainerInstanceArns(String... containerInstanceArns)
The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.
|
ListContainerInstancesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future
ListContainerInstances request. |
public List<String> getContainerInstanceArns()
public void setContainerInstanceArns(Collection<String> containerInstanceArns)
containerInstanceArns - The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.public ListContainerInstancesResult withContainerInstanceArns(String... containerInstanceArns)
NOTE: This method appends the values to the existing list (if
any). Use setContainerInstanceArns(java.util.Collection) or
withContainerInstanceArns(java.util.Collection) if you want
to override the existing values.
Returns a reference to this object so that method calls can be chained together.
containerInstanceArns - The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.public ListContainerInstancesResult withContainerInstanceArns(Collection<String> containerInstanceArns)
Returns a reference to this object so that method calls can be chained together.
containerInstanceArns - The list of container instance full Amazon Resource Name (ARN) entries
for each container instance associated with the specified cluster.public String getNextToken()
nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.public void setNextToken(String nextToken)
nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.nextToken - The nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.public ListContainerInstancesResult withNextToken(String nextToken)
nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken - The nextToken value to include in a future
ListContainerInstances request. When the results of a
ListContainerInstances request exceed
maxResults, this value can be used to retrieve the next
page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public ListContainerInstancesResult clone()
Copyright © 2015. All rights reserved.