@Generated(value="software.amazon.awssdk:codegen") public final class StatefulRuleGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatefulRuleGroup.Builder,StatefulRuleGroup>
AWS Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StatefulRuleGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StatefulRuleGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The resource ID of the rule group.
|
String |
ruleGroupName()
The name of the rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StatefulRuleGroup.Builder> |
serializableBuilderClass() |
StatefulRuleGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String ruleGroupName()
The name of the rule group.
public String resourceId()
The resource ID of the rule group.
public StatefulRuleGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StatefulRuleGroup.Builder,StatefulRuleGroup>public static StatefulRuleGroup.Builder builder()
public static Class<? extends StatefulRuleGroup.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.