public class DescribeElasticLoadBalancersResult extends Object implements Serializable
Contains the response to a DescribeElasticLoadBalancers
request.
Constructor and Description |
---|
DescribeElasticLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
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. |
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()
Copyright © 2015. All rights reserved.