@Generated(value="software.amazon.awssdk:codegen") public final class WafOverrideAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WafOverrideAction.Builder,WafOverrideAction>
The action to take if any rule within the RuleGroup
matches a request.
Modifier and Type | Class and Description |
---|---|
static interface |
WafOverrideAction.Builder |
Modifier and Type | Method and Description |
---|---|
static WafOverrideAction.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WafOverrideAction.Builder> |
serializableBuilderClass() |
WafOverrideAction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
WafOverrideActionType |
type()
COUNT overrides the action specified by the individual rule within a RuleGroup . |
String |
typeAsString()
COUNT overrides the action specified by the individual rule within a RuleGroup . |
copy
public WafOverrideActionType type()
COUNT
overrides the action specified by the individual rule within a RuleGroup
. If set
to NONE
, the rule's action will take place.
If the service returns an enum value that is not available in the current SDK version, type
will return
WafOverrideActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
COUNT
overrides the action specified by the individual rule within a RuleGroup
. If set to NONE
, the rule's action will take place.WafOverrideActionType
public String typeAsString()
COUNT
overrides the action specified by the individual rule within a RuleGroup
. If set
to NONE
, the rule's action will take place.
If the service returns an enum value that is not available in the current SDK version, type
will return
WafOverrideActionType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
COUNT
overrides the action specified by the individual rule within a RuleGroup
. If set to NONE
, the rule's action will take place.WafOverrideActionType
public WafOverrideAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WafOverrideAction.Builder,WafOverrideAction>
public static WafOverrideAction.Builder builder()
public static Class<? extends WafOverrideAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.