@Generated(value="software.amazon.awssdk:codegen") public final class AwsWafRegionalRuleGroupRulesActionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafRegionalRuleGroupRulesActionDetails.Builder,AwsWafRegionalRuleGroupRulesActionDetails>
Describes the action that WAF should take on a web request when it matches the criteria defined in the rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsWafRegionalRuleGroupRulesActionDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafRegionalRuleGroupRulesActionDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsWafRegionalRuleGroupRulesActionDetails.Builder> |
serializableBuilderClass() |
AwsWafRegionalRuleGroupRulesActionDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you
want to negate the settings. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether you
want to negate the settings.
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates
whether you want to negate the settings.public AwsWafRegionalRuleGroupRulesActionDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsWafRegionalRuleGroupRulesActionDetails.Builder,AwsWafRegionalRuleGroupRulesActionDetails>public static AwsWafRegionalRuleGroupRulesActionDetails.Builder builder()
public static Class<? extends AwsWafRegionalRuleGroupRulesActionDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.