@Generated(value="software.amazon.awssdk:codegen") public final class AwsNetworkFirewallRuleGroupDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsNetworkFirewallRuleGroupDetails.Builder,AwsNetworkFirewallRuleGroupDetails>
Details about an Network Firewall rule group. Rule groups are used to inspect and control network traffic. Stateless rule groups apply to individual packets. Stateful rule groups apply to packets in the context of their traffic flow.
Rule groups are referenced in firewall policies.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsNetworkFirewallRuleGroupDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsNetworkFirewallRuleGroupDetails.Builder |
builder() |
Integer |
capacity()
The maximum number of operating resources that this rule group can use.
|
String |
description()
A description of the rule group.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RuleGroupDetails |
ruleGroup()
Details about the rule group.
|
String |
ruleGroupArn()
The ARN of the rule group.
|
String |
ruleGroupId()
The identifier of the rule group.
|
String |
ruleGroupName()
The descriptive name of the rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsNetworkFirewallRuleGroupDetails.Builder> |
serializableBuilderClass() |
AwsNetworkFirewallRuleGroupDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of rule group.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer capacity()
The maximum number of operating resources that this rule group can use.
public final String description()
A description of the rule group.
public final RuleGroupDetails ruleGroup()
Details about the rule group.
public final String ruleGroupArn()
The ARN of the rule group.
public final String ruleGroupId()
The identifier of the rule group.
public final String ruleGroupName()
The descriptive name of the rule group.
public final String type()
The type of rule group. A rule group can be stateful or stateless.
public AwsNetworkFirewallRuleGroupDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsNetworkFirewallRuleGroupDetails.Builder,AwsNetworkFirewallRuleGroupDetails>public static AwsNetworkFirewallRuleGroupDetails.Builder builder()
public static Class<? extends AwsNetworkFirewallRuleGroupDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.