public class DescribeLoadBalancersResult extends Object implements Serializable
The output for the DescribeLoadBalancers action.
Constructor and Description |
---|
DescribeLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<LoadBalancerDescription> |
getLoadBalancerDescriptions()
A list of load balancer description structures.
|
String |
getNextMarker()
An optional parameter reserved for future use.
|
int |
hashCode() |
void |
setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
A list of load balancer description structures.
|
void |
setNextMarker(String nextMarker)
An optional parameter reserved for future use.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
A list of load balancer description structures.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
A list of load balancer description structures.
|
DescribeLoadBalancersResult |
withNextMarker(String nextMarker)
An optional parameter reserved for future use.
|
public List<LoadBalancerDescription> getLoadBalancerDescriptions()
public void setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
loadBalancerDescriptions
- A list of load balancer description structures.public DescribeLoadBalancersResult withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- A list of load balancer description structures.public DescribeLoadBalancersResult withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- A list of load balancer description structures.public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker
- An optional parameter reserved for future use.public DescribeLoadBalancersResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker
- An optional parameter reserved for future use.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.