Class AllowAction
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.AllowAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AllowAction.Builder,AllowAction>
@Generated("software.amazon.awssdk:codegen") public final class AllowAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowAction.Builder,AllowAction>
Specifies that WAF should allow the request and 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 interfaceAllowAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllowAction.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 AllowAction.Builder>serializableBuilderClass()AllowAction.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 AllowAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AllowAction.Builder,AllowAction>
-
builder
public static AllowAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends AllowAction.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.
-
-