Class DescribeElasticLoadBalancersRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeElasticLoadBalancersRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class DescribeElasticLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeElasticLoadBalancersRequest

      public DescribeElasticLoadBalancersRequest()
  • Method Details

    • setStackId

      public void setStackId(String stackId)

      A stack ID. The action describes the stack's Elastic Load Balancing instances.

      Parameters:
      stackId - A stack ID. The action describes the stack's Elastic Load Balancing instances.
    • getStackId

      public String getStackId()

      A stack ID. The action describes the stack's Elastic Load Balancing instances.

      Returns:
      A stack ID. The action describes the stack's Elastic Load Balancing instances.
    • withStackId

      public DescribeElasticLoadBalancersRequest withStackId(String stackId)

      A stack ID. The action describes the stack's Elastic Load Balancing instances.

      Parameters:
      stackId - A stack ID. The action describes the stack's Elastic Load Balancing instances.
      Returns:
      Returns a reference to this 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.

      NOTE: This method appends the values to the existing list (if any). Use setLayerIds(java.util.Collection) or withLayerIds(java.util.Collection) if you want to override the existing values.

      Parameters:
      layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
      Returns:
      Returns a reference to this 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.

      Parameters:
      layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
      Returns:
      Returns a reference to this 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: