Class DescribeElasticLoadBalancersRequest

    • Constructor Detail

      • DescribeElasticLoadBalancersRequest

        public DescribeElasticLoadBalancersRequest()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object