@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public WafExcludedRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.