|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeElasticLoadBalancersResult
public class DescribeElasticLoadBalancersResult
Contains the response to a DescribeElasticLoadBalancers
request.
Constructor Summary | |
---|---|
DescribeElasticLoadBalancersResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<ElasticLoadBalancer> |
getElasticLoadBalancers()
A list of ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
int |
hashCode()
|
void |
setElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeElasticLoadBalancersResult |
withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
DescribeElasticLoadBalancersResult |
withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeElasticLoadBalancersResult()
Method Detail |
---|
public List<ElasticLoadBalancer> getElasticLoadBalancers()
ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.
ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.public void setElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.
elasticLoadBalancers
- A list of ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.public DescribeElasticLoadBalancersResult withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.
Returns a reference to this object so that method calls can be chained together.
elasticLoadBalancers
- A list of ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.public DescribeElasticLoadBalancersResult withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.
Returns a reference to this object so that method calls can be chained together.
elasticLoadBalancers
- A list of ElasticLoadBalancer
objects that describe the
specified Elastic Load Balancing instances.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |