Class GetWebACLResult

java.lang.Object
com.amazonaws.services.waf.model.GetWebACLResult
All Implemented Interfaces:
Serializable, Cloneable

public class GetWebACLResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetWebACLResult

      public GetWebACLResult()
  • Method Details

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public GetWebACLResult clone()
      Overrides:
      clone in class Object