@Generated(value="software.amazon.awssdk:codegen") public final class AwsWafRegionalRuleGroupRulesDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafRegionalRuleGroupRulesDetails.Builder,AwsWafRegionalRuleGroupRulesDetails>
Provides information about the rules attached to a rule group
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsWafRegionalRuleGroupRulesDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleGroupRulesActionDetails |
action()
The action that WAF should take on a web request when it matches the criteria defined in the rule.
|
static AwsWafRegionalRuleGroupRulesDetails.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 ID for a rule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsWafRegionalRuleGroupRulesDetails.Builder> |
serializableBuilderClass() |
AwsWafRegionalRuleGroupRulesDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of rule in the rule group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AwsWafRegionalRuleGroupRulesActionDetails action()
The action that 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 ID for a rule.
public final String type()
The type of rule in the rule group.
public AwsWafRegionalRuleGroupRulesDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsWafRegionalRuleGroupRulesDetails.Builder,AwsWafRegionalRuleGroupRulesDetails>public static AwsWafRegionalRuleGroupRulesDetails.Builder builder()
public static Class<? extends AwsWafRegionalRuleGroupRulesDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.