@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLoadBalancersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersResult |
clone() |
boolean |
equals(Object obj) |
List<LoadBalancer> |
getLoadBalancers()
Information about the load balancers.
|
String |
getNextMarker()
If there are additional results, this is the marker for the next set of results.
|
int |
hashCode() |
void |
setLoadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
|
void |
setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLoadBalancersResult |
withLoadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withLoadBalancers(LoadBalancer... loadBalancers)
Information about the load balancers.
|
DescribeLoadBalancersResult |
withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LoadBalancer> getLoadBalancers()
Information about the load balancers.
public void setLoadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
loadBalancers
- Information about the load balancers.public DescribeLoadBalancersResult withLoadBalancers(LoadBalancer... loadBalancers)
Information about the load balancers.
NOTE: This method appends the values to the existing list (if any). Use
setLoadBalancers(java.util.Collection)
or withLoadBalancers(java.util.Collection)
if you want
to override the existing values.
loadBalancers
- Information about the load balancers.public DescribeLoadBalancersResult withLoadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
loadBalancers
- Information about the load balancers.public void setNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String getNextMarker()
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
public DescribeLoadBalancersResult withNextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker
- If there are additional results, this is the marker for the next set of results. Otherwise, this is null.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancersResult clone()