Class ActionCondition
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.ActionCondition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ActionCondition.Builder,ActionCondition>
@Generated("software.amazon.awssdk:codegen") public final class ActionCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionCondition.Builder,ActionCondition>
A single action condition for a Condition in a logging filter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceActionCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionValueaction()The action setting that a log record must contain in order to meet the condition.StringactionAsString()The action setting that a log record must contain in order to meet the condition.static ActionCondition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ActionCondition.Builder>serializableBuilderClass()ActionCondition.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
-
action
public final ActionValue action()
The action setting that a log record must contain in order to meet the condition. This is the action that WAF applied to the web request.
For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value
EXCLUDED_AS_COUNTmatches on excluded rules and also on rules that have a rule action override of Count.If the service returns an enum value that is not available in the current SDK version,
actionwill returnActionValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action setting that a log record must contain in order to meet the condition. This is the action that
WAF applied to the web request.
For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value
EXCLUDED_AS_COUNTmatches on excluded rules and also on rules that have a rule action override of Count. - See Also:
ActionValue
-
actionAsString
public final String actionAsString()
The action setting that a log record must contain in order to meet the condition. This is the action that WAF applied to the web request.
For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value
EXCLUDED_AS_COUNTmatches on excluded rules and also on rules that have a rule action override of Count.If the service returns an enum value that is not available in the current SDK version,
actionwill returnActionValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action setting that a log record must contain in order to meet the condition. This is the action that
WAF applied to the web request.
For rule groups, this is either the configured rule action setting, or if you've applied a rule action override to the rule, it's the override action. The value
EXCLUDED_AS_COUNTmatches on excluded rules and also on rules that have a rule action override of Count. - See Also:
ActionValue
-
toBuilder
public ActionCondition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ActionCondition.Builder,ActionCondition>
-
builder
public static ActionCondition.Builder builder()
-
serializableBuilderClass
public static Class<? extends ActionCondition.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.
-
-