com.amazonaws.services.elasticbeanstalk.model
Class DescribeEnvironmentsResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsResult

public class DescribeEnvironmentsResult
extends Object

Result message containing a list of environment descriptions.


Constructor Summary
DescribeEnvironmentsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<EnvironmentDescription> getEnvironments()
          Returns an EnvironmentDescription list.
 int hashCode()
           
 void setEnvironments(Collection<EnvironmentDescription> environments)
          Returns an EnvironmentDescription list.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeEnvironmentsResult withEnvironments(Collection<EnvironmentDescription> environments)
          Returns an EnvironmentDescription list.
 DescribeEnvironmentsResult withEnvironments(EnvironmentDescription... environments)
          Returns an EnvironmentDescription list.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeEnvironmentsResult

public DescribeEnvironmentsResult()
Method Detail

getEnvironments

public List<EnvironmentDescription> getEnvironments()
Returns an EnvironmentDescription list.

Returns:
Returns an EnvironmentDescription list.

setEnvironments

public void setEnvironments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.

Parameters:
environments - Returns an EnvironmentDescription list.

withEnvironments

public DescribeEnvironmentsResult withEnvironments(EnvironmentDescription... environments)
Returns an EnvironmentDescription list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
environments - Returns an EnvironmentDescription list.
Returns:
A reference to this updated object so that method calls can be chained together.

withEnvironments

public DescribeEnvironmentsResult withEnvironments(Collection<EnvironmentDescription> environments)
Returns an EnvironmentDescription list.

Returns a reference to this object so that method calls can be chained together.

Parameters:
environments - Returns an EnvironmentDescription list.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.