@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  nextTokenvalue to include in a futureDescribeComputeEnvironmentsrequest. | 
| int | hashCode() | 
| void | setComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
 The list of compute environments. | 
| void | setNextToken(String nextToken)
 The  nextTokenvalue to include in a futureDescribeComputeEnvironmentsrequest. | 
| String | toString()Returns a string representation of this object. | 
| DescribeComputeEnvironmentsResult | withComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
 The list of compute environments. | 
| DescribeComputeEnvironmentsResult | withComputeEnvironments(ComputeEnvironmentDetail... computeEnvironments)
 The list of compute environments. | 
| DescribeComputeEnvironmentsResult | withNextToken(String nextToken)
 The  nextTokenvalue to include in a futureDescribeComputeEnvironmentsrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribeComputeEnvironments 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 DescribeComputeEnvironments 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 DescribeComputeEnvironments 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 DescribeComputeEnvironments 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 DescribeComputeEnvironments 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 DescribeComputeEnvironments 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 DescribeComputeEnvironmentsResult clone()