public class DescribeLoadBalancersResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersResult |
clone() |
boolean |
equals(Object obj) |
List<LoadBalancerDescription> |
getLoadBalancerDescriptions()
Information about the load balancers.
|
String |
getNextMarker()
The marker to use when requesting the next set of results.
|
int |
hashCode() |
void |
setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
|
void |
setNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withNextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
public List<LoadBalancerDescription> getLoadBalancerDescriptions()
public void setLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
loadBalancerDescriptions
- Information about the load balancers.public DescribeLoadBalancersResult withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
NOTE: This method appends the values to the existing list (if
any). Use setLoadBalancerDescriptions(java.util.Collection)
or withLoadBalancerDescriptions(java.util.Collection)
if you
want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- Information about the load balancers.public DescribeLoadBalancersResult withLoadBalancerDescriptions(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- Information about the load balancers.public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker
- The marker to use when requesting the next set of results. If there
are no additional results, the string is empty.public DescribeLoadBalancersResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker
- The marker to use when requesting the next set of results. If there
are no additional results, the string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancersResult clone()
Copyright © 2015. All rights reserved.