@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExcludedRule extends Object implements Serializable, Cloneable, StructuredPojo
The rule to exclude from a rule group. This is applicable only when the ActivatedRule refers to a
RuleGroup. The rule must belong to the RuleGroup that is specified by the
ActivatedRule.
| Constructor and Description |
|---|
ExcludedRule() |
| Modifier and Type | Method and Description |
|---|---|
ExcludedRule |
clone() |
boolean |
equals(Object obj) |
String |
getRuleId()
The unique identifier for the rule to exclude from the rule group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
|
String |
toString()
Returns a string representation of this object.
|
ExcludedRule |
withRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
|
public void setRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
ruleId - The unique identifier for the rule to exclude from the rule group.public String getRuleId()
The unique identifier for the rule to exclude from the rule group.
public ExcludedRule withRuleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
ruleId - The unique identifier for the rule to exclude from the rule group.public String toString()
toString in class ObjectObject.toString()public ExcludedRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.