Class AttachLoadBalancersRequest

    • Constructor Detail

      • AttachLoadBalancersRequest

        public AttachLoadBalancersRequest()
    • Method Detail

      • setAutoScalingGroupName

        public void setAutoScalingGroupName​(String autoScalingGroupName)

        The name of the group.

        Parameters:
        autoScalingGroupName - The name of the group.
      • getAutoScalingGroupName

        public String getAutoScalingGroupName()

        The name of the group.

        Returns:
        The name of the group.
      • withAutoScalingGroupName

        public AttachLoadBalancersRequest withAutoScalingGroupName​(String autoScalingGroupName)

        The name of the group.

        Parameters:
        autoScalingGroupName - The name of the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getLoadBalancerNames

        public List<String> getLoadBalancerNames()

        One or more load balancer names.

        Returns:
        One or more load balancer names.
      • setLoadBalancerNames

        public void setLoadBalancerNames​(Collection<String> loadBalancerNames)

        One or more load balancer names.

        Parameters:
        loadBalancerNames - One or more load balancer names.
      • withLoadBalancerNames

        public AttachLoadBalancersRequest withLoadBalancerNames​(Collection<String> loadBalancerNames)

        One or more load balancer names.

        Parameters:
        loadBalancerNames - One or more load balancer names.
        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