Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeElasticLoadBalancersRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.opsworks.model.DescribeElasticLoadBalancersRequest
All Implemented Interfaces:
Serializable

public class DescribeElasticLoadBalancersRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeElasticLoadBalancers operation.

Describes a stack's Elastic Load Balancing instances.

See Also:
AWSOpsWorks.describeElasticLoadBalancers(DescribeElasticLoadBalancersRequest), Serialized Form

Constructor Summary
DescribeElasticLoadBalancersRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getLayerIds()
          A list of layer IDs.
 String getStackId()
          A stack ID.
 int hashCode()
           
 void setLayerIds(Collection<String> layerIds)
          A list of layer IDs.
 void setStackId(String stackId)
          A stack ID.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeElasticLoadBalancersRequest withLayerIds(Collection<String> layerIds)
          A list of layer IDs.
 DescribeElasticLoadBalancersRequest withLayerIds(String... layerIds)
          A list of layer IDs.
 DescribeElasticLoadBalancersRequest withStackId(String stackId)
          A stack ID.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeElasticLoadBalancersRequest

public DescribeElasticLoadBalancersRequest()
Method Detail

getStackId

public String getStackId()
A stack ID. The action describes the Elastic Load Balancing instances for the stack.

Returns:
A stack ID. The action describes the Elastic Load Balancing instances for the stack.

setStackId

public void setStackId(String stackId)
A stack ID. The action describes the Elastic Load Balancing instances for the stack.

Parameters:
stackId - A stack ID. The action describes the Elastic Load Balancing instances for the stack.

withStackId

public DescribeElasticLoadBalancersRequest withStackId(String stackId)
A stack ID. The action describes the Elastic Load Balancing instances for the stack.

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

Parameters:
stackId - A stack ID. The action describes the Elastic Load Balancing instances for the stack.
Returns:
A reference to this updated object so that method calls can be chained together.

getLayerIds

public List<String> getLayerIds()
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

Returns:
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

setLayerIds

public void setLayerIds(Collection<String> layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

Parameters:
layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

withLayerIds

public DescribeElasticLoadBalancersRequest withLayerIds(String... layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

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

Parameters:
layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
Returns:
A reference to this updated object so that method calls can be chained together.

withLayerIds

public DescribeElasticLoadBalancersRequest withLayerIds(Collection<String> layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

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

Parameters:
layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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