@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContainerInstancesResult extends AmazonWebServiceResult<ResponseMetadata> 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 instances with full 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 instances with full 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.
|
ListContainerInstancesResult |
withContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instances with full ARN entries for each container instance associated with the specified
cluster.
|
ListContainerInstancesResult |
withContainerInstanceArns(String... containerInstanceArns)
The list of container instances with full 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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getContainerInstanceArns()
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
public void setContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
containerInstanceArns - The list of container instances with full ARN entries for each container instance associated with the
specified cluster.public ListContainerInstancesResult withContainerInstanceArns(String... containerInstanceArns)
The list of container instances with full 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) or
withContainerInstanceArns(java.util.Collection) if you want to override the existing values.
containerInstanceArns - The list of container instances with full ARN entries for each container instance associated with the
specified cluster.public ListContainerInstancesResult withContainerInstanceArns(Collection<String> containerInstanceArns)
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
containerInstanceArns - The list of container instances with full ARN entries for each container instance associated with the
specified cluster.public void setNextToken(String 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.
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 getNextToken()
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.
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)
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.
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()