@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the parameters for DescribeLoadBalancers.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LoadBalancerDescription> getLoadBalancerDescriptions()
Information about the load balancers.
public void setLoadBalancerDescriptions(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(Collection<LoadBalancerDescription> loadBalancerDescriptions)
Information about the load balancers.
loadBalancerDescriptions
- Information about the load balancers.public void setNextMarker(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.