Class AwsWafRegionalRuleGroupRulesActionDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsWafRegionalRuleGroupRulesActionDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsWafRegionalRuleGroupRulesActionDetails.Builder,AwsWafRegionalRuleGroupRulesActionDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsWafRegionalRuleGroupRulesActionDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsWafRegionalRuleGroupRulesActionDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsWafRegionalRuleGroupRulesActionDetails.Builder>serializableBuilderClass()AwsWafRegionalRuleGroupRulesActionDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()Specifies theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.-
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
-
type
public final String type()
Specifies the
ByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.- Returns:
- Specifies the
ByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.
-
toBuilder
public AwsWafRegionalRuleGroupRulesActionDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsWafRegionalRuleGroupRulesActionDetails.Builder,AwsWafRegionalRuleGroupRulesActionDetails>
-
builder
public static AwsWafRegionalRuleGroupRulesActionDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsWafRegionalRuleGroupRulesActionDetails.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
-
-