@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExcludedRule extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a single rule in a rule group whose action you want to override to Count
.
Instead of this option, use RuleActionOverrides
. It accepts any valid action setting, including
Count
.
Constructor and Description |
---|
ExcludedRule() |
Modifier and Type | Method and Description |
---|---|
ExcludedRule |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the rule whose action you want to override to
Count . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the rule whose action you want to override to
Count . |
String |
toString()
Returns a string representation of this object.
|
ExcludedRule |
withName(String name)
The name of the rule whose action you want to override to
Count . |
public void setName(String name)
The name of the rule whose action you want to override to Count
.
name
- The name of the rule whose action you want to override to Count
.public String getName()
The name of the rule whose action you want to override to Count
.
Count
.public ExcludedRule withName(String name)
The name of the rule whose action you want to override to Count
.
name
- The name of the rule whose action you want to override to Count
.public String toString()
toString
in class Object
Object.toString()
public ExcludedRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.