@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatefulRuleGroup extends Object implements Serializable, Cloneable, StructuredPojo
Network Firewall stateful rule group, used in a NetworkFirewallPolicyDescription.
Constructor and Description |
---|
StatefulRuleGroup() |
Modifier and Type | Method and Description |
---|---|
StatefulRuleGroup |
clone() |
boolean |
equals(Object obj) |
Integer |
getPriority()
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy.
|
String |
getResourceId()
The resource ID of the rule group.
|
String |
getRuleGroupName()
The name of the rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPriority(Integer priority)
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy.
|
void |
setResourceId(String resourceId)
The resource ID of the rule group.
|
void |
setRuleGroupName(String ruleGroupName)
The name of the rule group.
|
String |
toString()
Returns a string representation of this object.
|
StatefulRuleGroup |
withPriority(Integer priority)
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy.
|
StatefulRuleGroup |
withResourceId(String resourceId)
The resource ID of the rule group.
|
StatefulRuleGroup |
withRuleGroupName(String ruleGroupName)
The name of the rule group.
|
public void setRuleGroupName(String ruleGroupName)
The name of the rule group.
ruleGroupName
- The name of the rule group.public String getRuleGroupName()
The name of the rule group.
public StatefulRuleGroup withRuleGroupName(String ruleGroupName)
The name of the rule group.
ruleGroupName
- The name of the rule group.public void setResourceId(String resourceId)
The resource ID of the rule group.
resourceId
- The resource ID of the rule group.public String getResourceId()
The resource ID of the rule group.
public StatefulRuleGroup withResourceId(String resourceId)
The resource ID of the rule group.
resourceId
- The resource ID of the rule group.public void setPriority(Integer priority)
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy. This setting only applies to firewall policies that specify the STRICT_ORDER
rule
order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
priority
- An integer setting that indicates the order in which to run the stateful rule groups in a single Network
Firewall firewall policy. This setting only applies to firewall policies that specify the
STRICT_ORDER
rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
public Integer getPriority()
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy. This setting only applies to firewall policies that specify the STRICT_ORDER
rule
order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
STRICT_ORDER
rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
public StatefulRuleGroup withPriority(Integer priority)
An integer setting that indicates the order in which to run the stateful rule groups in a single Network Firewall
firewall policy. This setting only applies to firewall policies that specify the STRICT_ORDER
rule
order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
priority
- An integer setting that indicates the order in which to run the stateful rule groups in a single Network
Firewall firewall policy. This setting only applies to firewall policies that specify the
STRICT_ORDER
rule order in the stateful engine options settings.
Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy. For information about
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
public String toString()
toString
in class Object
Object.toString()
public StatefulRuleGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.