Class AwsWafRegionalWebAclRulesListDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsWafRegionalWebAclRulesListDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsWafRegionalWebAclRulesListDetails.Builder,AwsWafRegionalWebAclRulesListDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsWafRegionalWebAclRulesListDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafRegionalWebAclRulesListDetails.Builder,AwsWafRegionalWebAclRulesListDetails>
A combination of
ByteMatchSet,IPSet, and/orSqlInjectionMatchSetobjects that identify the web requests that you want to allow, block, or count.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsWafRegionalWebAclRulesListDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsWafRegionalWebAclRulesListActionDetailsaction()The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.static AwsWafRegionalWebAclRulesListDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AwsWafRegionalWebAclRulesListOverrideActionDetailsoverrideAction()Overrides the rule evaluation result in the rule group.Integerpriority()The order in which WAF evaluates the rules in a web ACL.StringruleId()The ID of an WAF Regional rule to associate with a web ACL.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsWafRegionalWebAclRulesListDetails.Builder>serializableBuilderClass()AwsWafRegionalWebAclRulesListDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
action
public final AwsWafRegionalWebAclRulesListActionDetails action()
The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
- Returns:
- The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
-
overrideAction
public final AwsWafRegionalWebAclRulesListOverrideActionDetails overrideAction()
Overrides the rule evaluation result in the rule group.
- Returns:
- Overrides the rule evaluation result in the rule group.
-
priority
public final Integer priority()
The order in which WAF evaluates the rules in a web ACL.
- Returns:
- The order in which WAF evaluates the rules in a web ACL.
-
ruleId
public final String ruleId()
The ID of an WAF Regional rule to associate with a web ACL.
- Returns:
- The ID of an WAF Regional rule to associate with a web ACL.
-
type
public final String type()
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
- Returns:
- For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions in a rule.
-
toBuilder
public AwsWafRegionalWebAclRulesListDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsWafRegionalWebAclRulesListDetails.Builder,AwsWafRegionalWebAclRulesListDetails>
-
builder
public static AwsWafRegionalWebAclRulesListDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsWafRegionalWebAclRulesListDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-