|
|||||||
| 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()
Returns a string representation of this object; useful for testing and debugging. |
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||