@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WafAction extends Object implements Serializable, Cloneable, StructuredPojo
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
.
Constructor and Description |
---|
WafAction() |
Modifier and Type | Method and Description |
---|---|
WafAction |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule . |
void |
setType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WafAction |
withType(String type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule . |
WafAction |
withType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule . |
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
.
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
.
WafActionType
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
.
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
.
WafActionType
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
.
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
.
WafActionType
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
.
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
.
WafActionType
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
.
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
.
WafActionType
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.