public class DescribeElasticLoadBalancersResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeElasticLoadBalancers request.
| コンストラクタと説明 |
|---|
DescribeElasticLoadBalancersResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ElasticLoadBalancer> |
getElasticLoadBalancers()
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
int |
hashCode() |
void |
setElasticLoadBalancers(java.util.Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the
specified Elastic Load Balancing instances. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeElasticLoadBalancersResult |
withElasticLoadBalancers(java.util.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 java.util.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(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object