public class DescribeLoadBalancersResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<LoadBalancerDescription> |
getLoadBalancerDescriptions()
Information about the load balancers.
|
java.lang.String |
getNextMarker()
The marker to use when requesting the next set of results.
|
int |
hashCode() |
void |
setLoadBalancerDescriptions(java.util.Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
|
void |
setNextMarker(java.lang.String nextMarker)
The marker to use when requesting the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(java.util.Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withNextMarker(java.lang.String nextMarker)
The marker to use when requesting the next set of results.
|
public java.util.List<LoadBalancerDescription> getLoadBalancerDescriptions()
Information about the load balancers.
Information about the load balancers.
public void setLoadBalancerDescriptions(java.util.Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
loadBalancerDescriptions
- Information about the load balancers.
public DescribeLoadBalancersResult withLoadBalancerDescriptions(LoadBalancerDescription... loadBalancerDescriptions)
Information about the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- Information about the load balancers.
public DescribeLoadBalancersResult withLoadBalancerDescriptions(java.util.Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerDescriptions
- Information about the load balancers.
public java.lang.String getNextMarker()
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
public void setNextMarker(java.lang.String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
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(java.lang.String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.