|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersResult
public class DescribeLoadBalancersResult
Describe Load Balancers Result
Constructor Summary | |
---|---|
DescribeLoadBalancersResult()
|
Method Summary | |
---|---|
List<LoadBalancerDescription> |
getLoadBalancerDescriptions()
Returns the value of the LoadBalancerDescriptions property for this object. |
void |
setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
String |
toString()
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Sets the value of the LoadBalancerDescriptions property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLoadBalancersResult()
Method Detail |
---|
public List<LoadBalancerDescription> getLoadBalancerDescriptions()
public void setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
loadBalancerDescriptions
- The new value for the LoadBalancerDescriptions property for this
object.public DescribeLoadBalancersResult withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- The new value for the LoadBalancerDescriptions property for this
object.
public DescribeLoadBalancersResult withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- The new value for the LoadBalancerDescriptions property for this
object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |