@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupSourceStatelessRulesDetails extends Object implements Serializable, Cloneable, StructuredPojo
A stateless rule in the rule group.
Constructor and Description |
---|
RuleGroupSourceStatelessRulesDetails() |
Modifier and Type | Method and Description |
---|---|
RuleGroupSourceStatelessRulesDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getPriority()
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
|
RuleGroupSourceStatelessRuleDefinition |
getRuleDefinition()
Provides the definition of the stateless rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPriority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
|
void |
setRuleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
|
String |
toString()
Returns a string representation of this object.
|
RuleGroupSourceStatelessRulesDetails |
withPriority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
|
RuleGroupSourceStatelessRulesDetails |
withRuleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
|
public RuleGroupSourceStatelessRulesDetails()
public void setPriority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
priority
- Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.public Integer getPriority()
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
public RuleGroupSourceStatelessRulesDetails withPriority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
priority
- Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.public void setRuleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
ruleDefinition
- Provides the definition of the stateless rule.public RuleGroupSourceStatelessRuleDefinition getRuleDefinition()
Provides the definition of the stateless rule.
public RuleGroupSourceStatelessRulesDetails withRuleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
ruleDefinition
- Provides the definition of the stateless rule.public String toString()
toString
in class Object
Object.toString()
public RuleGroupSourceStatelessRulesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.