Class AutoScalingGroup

    • Constructor Detail

      • AutoScalingGroup

        public AutoScalingGroup()
    • Method Detail

      • setName

        public void setName​(String name)

        The Auto Scaling group name.

        Parameters:
        name - The Auto Scaling group name.
      • getName

        public String getName()

        The Auto Scaling group name.

        Returns:
        The Auto Scaling group name.
      • withName

        public AutoScalingGroup withName​(String name)

        The Auto Scaling group name.

        Parameters:
        name - The Auto Scaling group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHook

        public void setHook​(String hook)

        An Auto Scaling lifecycle event hook name.

        Parameters:
        hook - An Auto Scaling lifecycle event hook name.
      • getHook

        public String getHook()

        An Auto Scaling lifecycle event hook name.

        Returns:
        An Auto Scaling lifecycle event hook name.
      • withHook

        public AutoScalingGroup withHook​(String hook)

        An Auto Scaling lifecycle event hook name.

        Parameters:
        hook - An Auto Scaling lifecycle event hook name.
        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