@Generated(value="software.amazon.awssdk:codegen") public final class StatefulRuleGroupOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatefulRuleGroupOverride.Builder,StatefulRuleGroupOverride>
The setting that allows the policy owner to change the behavior of the rule group within a policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatefulRuleGroupOverride.Builder |
| Modifier and Type | Method and Description |
|---|---|
OverrideAction |
action()
The action that changes the rule group from
DROP to ALERT. |
String |
actionAsString()
The action that changes the rule group from
DROP to ALERT. |
static StatefulRuleGroupOverride.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatefulRuleGroupOverride.Builder> |
serializableBuilderClass() |
StatefulRuleGroupOverride.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OverrideAction action()
The action that changes the rule group from DROP to ALERT. This only applies to managed
rule groups.
If the service returns an enum value that is not available in the current SDK version, action will
return OverrideAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
DROP to ALERT. This only applies to
managed rule groups.OverrideActionpublic final String actionAsString()
The action that changes the rule group from DROP to ALERT. This only applies to managed
rule groups.
If the service returns an enum value that is not available in the current SDK version, action will
return OverrideAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
actionAsString().
DROP to ALERT. This only applies to
managed rule groups.OverrideActionpublic StatefulRuleGroupOverride.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatefulRuleGroupOverride.Builder,StatefulRuleGroupOverride>public static StatefulRuleGroupOverride.Builder builder()
public static Class<? extends StatefulRuleGroupOverride.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.