@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupTypePair extends Object implements Serializable, Cloneable
Describes the type of a stateful rule group.
Constructor and Description |
---|
RuleGroupTypePair() |
Modifier and Type | Method and Description |
---|---|
RuleGroupTypePair |
clone() |
boolean |
equals(Object obj) |
String |
getRuleGroupArn()
The ARN of the rule group.
|
String |
getRuleGroupType()
The rule group type.
|
int |
hashCode() |
void |
setRuleGroupArn(String ruleGroupArn)
The ARN of the rule group.
|
void |
setRuleGroupType(String ruleGroupType)
The rule group type.
|
String |
toString()
Returns a string representation of this object.
|
RuleGroupTypePair |
withRuleGroupArn(String ruleGroupArn)
The ARN of the rule group.
|
RuleGroupTypePair |
withRuleGroupType(String ruleGroupType)
The rule group type.
|
public void setRuleGroupArn(String ruleGroupArn)
The ARN of the rule group.
ruleGroupArn
- The ARN of the rule group.public String getRuleGroupArn()
The ARN of the rule group.
public RuleGroupTypePair withRuleGroupArn(String ruleGroupArn)
The ARN of the rule group.
ruleGroupArn
- The ARN of the rule group.public void setRuleGroupType(String ruleGroupType)
The rule group type. The possible values are Domain List
and Suricata
.
ruleGroupType
- The rule group type. The possible values are Domain List
and Suricata
.public String getRuleGroupType()
The rule group type. The possible values are Domain List
and Suricata
.
Domain List
and Suricata
.public RuleGroupTypePair withRuleGroupType(String ruleGroupType)
The rule group type. The possible values are Domain List
and Suricata
.
ruleGroupType
- The rule group type. The possible values are Domain List
and Suricata
.public String toString()
toString
in class Object
Object.toString()
public RuleGroupTypePair clone()