Class NoneAction
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.NoneAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NoneAction.Builder,NoneAction>
@Generated("software.amazon.awssdk:codegen") public final class NoneAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoneAction.Builder,NoneAction>
Specifies that WAF should do nothing. This is used for the
OverrideActionsetting on a Rule when the rule uses a rule group reference statement.This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
JSON specification:
"None": {}- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNoneAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoneAction.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 NoneAction.Builder>serializableBuilderClass()NoneAction.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
-
toBuilder
public NoneAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NoneAction.Builder,NoneAction>
-
builder
public static NoneAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends NoneAction.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
-
-