@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeComputeEnvironmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeComputeEnvironmentsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeComputeEnvironmentsResult |
clone() |
boolean |
equals(Object obj) |
List<ComputeEnvironmentDetail> |
getComputeEnvironments()
The list of compute environments.
|
String |
getNextToken()
The
nextToken value to include in a future DescribeComputeEnvironments request. |
int |
hashCode() |
void |
setComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeComputeEnvironments request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeComputeEnvironmentsResult |
withComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
|
DescribeComputeEnvironmentsResult |
withComputeEnvironments(ComputeEnvironmentDetail... computeEnvironments)
The list of compute environments.
|
DescribeComputeEnvironmentsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeComputeEnvironments request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ComputeEnvironmentDetail> getComputeEnvironments()
The list of compute environments.
public void setComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
computeEnvironments
- The list of compute environments.public DescribeComputeEnvironmentsResult withComputeEnvironments(ComputeEnvironmentDetail... computeEnvironments)
The list of compute environments.
NOTE: This method appends the values to the existing list (if any). Use
setComputeEnvironments(java.util.Collection)
or withComputeEnvironments(java.util.Collection)
if you want to override the existing values.
computeEnvironments
- The list of compute environments.public DescribeComputeEnvironmentsResult withComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
computeEnvironments
- The list of compute environments.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeComputeEnvironments
request. When
the results of a DescribeJobDefinitions
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 DescribeComputeEnvironments
request.
When the results of a DescribeJobDefinitions
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 DescribeComputeEnvironments
request. When
the results of a DescribeJobDefinitions
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 DescribeComputeEnvironments
request.
When the results of a DescribeJobDefinitions
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 DescribeComputeEnvironmentsResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeComputeEnvironments
request. When
the results of a DescribeJobDefinitions
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 DescribeComputeEnvironments
request.
When the results of a DescribeJobDefinitions
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 Object
Object.toString()
public DescribeComputeEnvironmentsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.