@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) |
String |
getResourceId()
The resource ID of the rule group.
|
String |
getRuleGroupName()
The name of the rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
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 |
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 String toString()
toString in class ObjectObject.toString()public StatefulRuleGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.