@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatelessRuleGroup extends Object implements Serializable, Cloneable, StructuredPojo
Network Firewall stateless rule group, used in a NetworkFirewallPolicyDescription.
Constructor and Description |
---|
StatelessRuleGroup() |
Modifier and Type | Method and Description |
---|---|
StatelessRuleGroup |
clone() |
boolean |
equals(Object obj) |
Integer |
getPriority()
The priority of the rule group.
|
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)
The priority of the rule group.
|
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.
|
StatelessRuleGroup |
withPriority(Integer priority)
The priority of the rule group.
|
StatelessRuleGroup |
withResourceId(String resourceId)
The resource ID of the rule group.
|
StatelessRuleGroup |
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 StatelessRuleGroup 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 StatelessRuleGroup withResourceId(String resourceId)
The resource ID of the rule group.
resourceId
- The resource ID of the rule group.public void setPriority(Integer priority)
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
priority
- The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy
starting from the lowest priority setting.public Integer getPriority()
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
public StatelessRuleGroup withPriority(Integer priority)
The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy starting from the lowest priority setting.
priority
- The priority of the rule group. Network Firewall evaluates the stateless rule groups in a firewall policy
starting from the lowest priority setting.public String toString()
toString
in class Object
Object.toString()
public StatelessRuleGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.