@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WafAction extends Object implements Serializable, Cloneable, StructuredPojo
Details about the action that CloudFront or WAF takes when a web request matches the conditions in the rule.
Constructor and Description |
---|
WafAction() |
Modifier and Type | Method and Description |
---|---|
WafAction |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Specifies how you want 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 WAF to respond to requests that match the settings in a rule.
|
String |
toString()
Returns a string representation of this object.
|
WafAction |
withType(String type)
Specifies how you want WAF to respond to requests that match the settings in a rule.
|
public void setType(String type)
Specifies how you want WAF to respond to requests that match the settings in a rule.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the rule. 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 web ACL.
type
- Specifies how you want WAF to respond to requests that match the settings in a rule.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the
rule. 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 web ACL.
public String getType()
Specifies how you want WAF to respond to requests that match the settings in a rule.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the rule. 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 web ACL.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the
rule. 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 web ACL.
public WafAction withType(String type)
Specifies how you want WAF to respond to requests that match the settings in a rule.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the rule. 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 web ACL.
type
- Specifies how you want WAF to respond to requests that match the settings in a rule.
Valid settings include the following:
ALLOW
- WAF allows requests
BLOCK
- WAF blocks requests
COUNT
- WAF increments a counter of the requests that match all of the conditions in the
rule. 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 web ACL.
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.