Class GetWebACLResult

    • Constructor Detail

      • GetWebACLResult

        public GetWebACLResult()
    • Method Detail

      • setWebACL

        public void setWebACL​(WebACL webACL)

        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        Parameters:
        webACL - Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
      • getWebACL

        public WebACL getWebACL()

        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        Returns:
        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
      • withWebACL

        public GetWebACLResult withWebACL​(WebACL webACL)

        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        Parameters:
        webACL - Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId
        • DefaultAction (Data type is WafAction): Contains Type
        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId
        • Action: Contains Type
        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