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()
Specifies the value of next marker if the request returned more than
one page of results.
|
int |
hashCode() |
void |
setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
A list of load balancer description structures.
|
void |
setNextMarker(String nextMarker)
Specifies the value of next marker if the request returned more than
one page of results.
|
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)
Specifies the value of next marker if the request returned more than
one page of results.
|
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
- Specifies the value of next marker if the request returned more than
one page of results.public DescribeLoadBalancersResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker
- Specifies the value of next marker if the request returned more than
one page of results.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.