@Generated(value="software.amazon.awssdk:codegen") public final class AwsWafRuleGroupRulesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafRuleGroupRulesDetails.Builder,AwsWafRuleGroupRulesDetails>
Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsWafRuleGroupRulesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRuleGroupRulesActionDetails |
action()
Provides information about what action WAF should take on a web request when it matches the criteria defined in
the rule.
|
static AwsWafRuleGroupRulesDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
priority()
If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the
value of
Priority. |
String |
ruleId()
The rule ID for a rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsWafRuleGroupRulesDetails.Builder> |
serializableBuilderClass() |
AwsWafRuleGroupRulesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of rule.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsWafRuleGroupRulesActionDetails action()
Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.
public final Integer priority()
If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the
value of Priority.
Priority.public final String ruleId()
The rule ID for a rule.
public final String type()
The type of rule.
public AwsWafRuleGroupRulesDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsWafRuleGroupRulesDetails.Builder,AwsWafRuleGroupRulesDetails>public static AwsWafRuleGroupRulesDetails.Builder builder()
public static Class<? extends AwsWafRuleGroupRulesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.