Class WafAction

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

public class WafAction extends Object implements Serializable, Cloneable

For the action that is associated with a rule in a WebACL, specifies the action that you want AWS WAF to perform when a web request matches all of the conditions in a rule. For the default action in a WebACL, specifies the action that you want AWS WAF to take when a web request doesn't match all of the conditions in any of the rules in a WebACL.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule.
    int
     
    void
    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule.
    void
    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule.
    Returns a string representation of this object; useful for testing and debugging.
    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule.
    Specifies how you want AWS WAF to respond to requests that match the settings in a Rule.

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • WafAction

      public WafAction()
  • Method Details

    • setType

      public void setType(String type)

      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Parameters:
      type - Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      See Also:
    • getType

      public String getType()

      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Returns:
      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      See Also:
    • withType

      public WafAction withType(String type)

      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Parameters:
      type - Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setType

      public void setType(WafActionType type)

      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Parameters:
      type - Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      See Also:
    • withType

      public WafAction withType(WafActionType type)

      Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Parameters:
      type - Specifies how you want AWS WAF to respond to requests that match the settings in a Rule. Valid settings include the following:

      • ALLOW: AWS WAF allows requests
      • BLOCK: AWS WAF blocks requests
      • COUNT: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specify COUNT for the default action for a WebACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 WafAction clone()
      Overrides:
      clone in class Object