Class WebACLUpdate

    • Constructor Detail

      • WebACLUpdate

        public WebACLUpdate()
    • Method Detail

      • setAction

        public void setAction​(String action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL.

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        See Also:
        ChangeAction
      • getAction

        public String getAction()

        Specifies whether to insert a Rule into or delete a Rule from a WebACL.

        Returns:
        Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        See Also:
        ChangeAction
      • withAction

        public WebACLUpdate withAction​(String action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL.

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction
      • setAction

        public void setAction​(ChangeAction action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL.

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        See Also:
        ChangeAction
      • withAction

        public WebACLUpdate withAction​(ChangeAction action)

        Specifies whether to insert a Rule into or delete a Rule from a WebACL.

        Parameters:
        action - Specifies whether to insert a Rule into or delete a Rule from a WebACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeAction
      • setActivatedRule

        public void setActivatedRule​(ActivatedRule activatedRule)
        Parameters:
        activatedRule -
      • getActivatedRule

        public ActivatedRule getActivatedRule()
        Returns:
      • withActivatedRule

        public WebACLUpdate withActivatedRule​(ActivatedRule activatedRule)
        Parameters:
        activatedRule -
        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