@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFirewallStatefulRuleGroupOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>
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 |
NetworkFirewallStatefulRuleGroupOverride.Builder |
| Modifier and Type | Method and Description |
|---|---|
NetworkFirewallOverrideAction |
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 NetworkFirewallStatefulRuleGroupOverride.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 NetworkFirewallStatefulRuleGroupOverride.Builder> |
serializableBuilderClass() |
NetworkFirewallStatefulRuleGroupOverride.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NetworkFirewallOverrideAction 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 NetworkFirewallOverrideAction.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.NetworkFirewallOverrideActionpublic 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 NetworkFirewallOverrideAction.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.NetworkFirewallOverrideActionpublic NetworkFirewallStatefulRuleGroupOverride.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFirewallStatefulRuleGroupOverride.Builder,NetworkFirewallStatefulRuleGroupOverride>public static NetworkFirewallStatefulRuleGroupOverride.Builder builder()
public static Class<? extends NetworkFirewallStatefulRuleGroupOverride.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.