Class CountAction
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.CountAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CountAction.Builder,CountAction>
@Generated("software.amazon.awssdk:codegen") public final class CountAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CountAction.Builder,CountAction>
Specifies that WAF should count the request. Optionally defines additional custom handling for the request.
This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCountAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CountAction.Builderbuilder()CustomRequestHandlingcustomRequestHandling()Defines custom handling for the web request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CountAction.Builder>serializableBuilderClass()CountAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
customRequestHandling
public final CustomRequestHandling customRequestHandling()
Defines custom handling for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
- Returns:
- Defines custom handling for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
-
toBuilder
public CountAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CountAction.Builder,CountAction>
-
builder
public static CountAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends CountAction.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.
-
-