Class DescribeElasticLoadBalancersResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeElasticLoadBalancersResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a DescribeElasticLoadBalancers request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.inthashCode()voidsetElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.toString()Returns a string representation of this object; useful for testing and debugging.withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers) A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.
-
Constructor Details
-
DescribeElasticLoadBalancersResult
public DescribeElasticLoadBalancersResult()
-
-
Method Details
-
getElasticLoadBalancers
A list of
ElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.- Returns:
- A list of
ElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.
-
setElasticLoadBalancers
A list of
ElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.- Parameters:
elasticLoadBalancers- A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.
-
withElasticLoadBalancers
public DescribeElasticLoadBalancersResult withElasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers) A list of
ElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.NOTE: This method appends the values to the existing list (if any). Use
setElasticLoadBalancers(java.util.Collection)orwithElasticLoadBalancers(java.util.Collection)if you want to override the existing values.- Parameters:
elasticLoadBalancers- A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withElasticLoadBalancers
public DescribeElasticLoadBalancersResult withElasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers) A list of
ElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.- Parameters:
elasticLoadBalancers- A list ofElasticLoadBalancerobjects that describe the specified Elastic Load Balancing instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-