@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleEvaluation extends Object implements Serializable, Cloneable, StructuredPojo
Information needed to evaluate data.
| Constructor and Description |
|---|
RuleEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
RuleEvaluation |
clone() |
boolean |
equals(Object obj) |
SimpleRuleEvaluation |
getSimpleRuleEvaluation()
Information needed to compare two values with a comparison operator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
String |
toString()
Returns a string representation of this object.
|
RuleEvaluation |
withSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
|
public void setSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
simpleRuleEvaluation - Information needed to compare two values with a comparison operator.public SimpleRuleEvaluation getSimpleRuleEvaluation()
Information needed to compare two values with a comparison operator.
public RuleEvaluation withSimpleRuleEvaluation(SimpleRuleEvaluation simpleRuleEvaluation)
Information needed to compare two values with a comparison operator.
simpleRuleEvaluation - Information needed to compare two values with a comparison operator.public String toString()
toString in class ObjectObject.toString()public RuleEvaluation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.