@Generated(value="software.amazon.awssdk:codegen") public final class FirewallManagerStatement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FirewallManagerStatement.Builder,FirewallManagerStatement>
The processing guidance for an Firewall Manager rule. This is like a regular rule Statement, but it can only contain a rule group reference.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FirewallManagerStatement.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FirewallManagerStatement.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManagedRuleGroupStatement |
managedRuleGroupStatement()
A rule statement used to run the rules that are defined in a managed rule group.
|
RuleGroupReferenceStatement |
ruleGroupReferenceStatement()
A rule statement used to run the rules that are defined in a RuleGroup.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FirewallManagerStatement.Builder> |
serializableBuilderClass() |
FirewallManagerStatement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ManagedRuleGroupStatement managedRuleGroupStatement()
A rule statement used to run the rules that are defined in a managed rule group. To use this, provide the vendor name and the name of the rule group in this statement. You can retrieve the required names by calling ListAvailableManagedRuleGroups.
You cannot nest a ManagedRuleGroupStatement, for example for use inside a NotStatement
or OrStatement. It can only be referenced as a top-level statement within a rule.
You are charged additional fees when you use the WAF Bot Control managed rule group
AWSManagedRulesBotControlRuleSet or the WAF Fraud Control account takeover prevention (ATP) managed
rule group AWSManagedRulesATPRuleSet. For more information, see WAF Pricing.
You cannot nest a ManagedRuleGroupStatement, for example for use inside a
NotStatement or OrStatement. It can only be referenced as a top-level statement
within a rule.
You are charged additional fees when you use the WAF Bot Control managed rule group
AWSManagedRulesBotControlRuleSet or the WAF Fraud Control account takeover prevention (ATP)
managed rule group AWSManagedRulesATPRuleSet. For more information, see WAF Pricing.
public final RuleGroupReferenceStatement ruleGroupReferenceStatement()
A rule statement used to run the rules that are defined in a RuleGroup. To use this, create a rule group with your rules, then provide the ARN of the rule group in this statement.
You cannot nest a RuleGroupReferenceStatement, for example for use inside a
NotStatement or OrStatement. You can only use a rule group reference statement at the
top level inside a web ACL.
You cannot nest a RuleGroupReferenceStatement, for example for use inside a
NotStatement or OrStatement. You can only use a rule group reference statement
at the top level inside a web ACL.
public FirewallManagerStatement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FirewallManagerStatement.Builder,FirewallManagerStatement>public static FirewallManagerStatement.Builder builder()
public static Class<? extends FirewallManagerStatement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.