@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WafExcludedRule extends Object implements Serializable, Cloneable, StructuredPojo
Details about a rule to exclude from a rule group.
| Constructor and Description |
|---|
WafExcludedRule() |
| Modifier and Type | Method and Description |
|---|---|
WafExcludedRule |
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.
|
WafExcludedRule |
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 WafExcludedRule 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 WafExcludedRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.