public class DescribeLoadBalancersResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LoadBalancerDescription> |
loadBalancerDescriptions
Information about the load balancers.
|
private java.lang.String |
nextMarker
The marker to use when requesting the next set of results.
|
Constructor and Description |
---|
DescribeLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersResult |
clone() |
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.
|
private SdkInternalList<LoadBalancerDescription> loadBalancerDescriptions
Information about the load balancers.
private 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.
public java.util.List<LoadBalancerDescription> getLoadBalancerDescriptions()
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.
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.
loadBalancerDescriptions
- Information about the load balancers.public DescribeLoadBalancersResult withLoadBalancerDescriptions(java.util.Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
loadBalancerDescriptions
- Information about the load balancers.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 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.
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.
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 boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLoadBalancersResult clone()
clone
in class java.lang.Object