com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancersRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersRequest

public class DescribeLoadBalancersRequest
extends AmazonWebServiceRequest


Constructor Summary
DescribeLoadBalancersRequest()
           
 
Method Summary
 List<String> getLoadBalancerNames()
          A list of names associated with the LoadBalancers at creation time.
 void setLoadBalancerNames(Collection<String> loadBalancerNames)
          A list of names associated with the LoadBalancers at creation time.
 DescribeLoadBalancersRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
          A list of names associated with the LoadBalancers at creation time.
 DescribeLoadBalancersRequest withLoadBalancerNames(String... loadBalancerNames)
          A list of names associated with the LoadBalancers at creation time.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancersRequest

public DescribeLoadBalancersRequest()
Method Detail

getLoadBalancerNames

public List<String> getLoadBalancerNames()
A list of names associated with the LoadBalancers at creation time.

Returns:
A list of names associated with the LoadBalancers at creation time.

setLoadBalancerNames

public void setLoadBalancerNames(Collection<String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.

Parameters:
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.

withLoadBalancerNames

public DescribeLoadBalancersRequest withLoadBalancerNames(String... loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.

Returns a reference to this object so that method calls can be chained together.

Parameters:
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.
Returns:
A reference to this updated object so that method calls can be chained together.

withLoadBalancerNames

public DescribeLoadBalancersRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time.

Returns a reference to this object so that method calls can be chained together.

Parameters:
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.