@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimpleRuleEvaluation extends Object implements Serializable, Cloneable, StructuredPojo
Information needed to compare two values with a comparison operator.
| Constructor and Description |
|---|
SimpleRuleEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
SimpleRuleEvaluation |
clone() |
boolean |
equals(Object obj) |
String |
getInputPropertyValue()
The value of the input property, on the left side of the comparison operator.
|
String |
getOperator()
The comparison operator.
|
String |
getThresholdValue()
The threshold value, on the right side of the comparison operator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
|
void |
setOperator(String operator)
The comparison operator.
|
void |
setThresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
|
String |
toString()
Returns a string representation of this object.
|
SimpleRuleEvaluation |
withInputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
|
SimpleRuleEvaluation |
withOperator(ComparisonOperator operator)
The comparison operator.
|
SimpleRuleEvaluation |
withOperator(String operator)
The comparison operator.
|
SimpleRuleEvaluation |
withThresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
|
public void setInputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
inputPropertyValue - The value of the input property, on the left side of the comparison operator.public String getInputPropertyValue()
The value of the input property, on the left side of the comparison operator.
public SimpleRuleEvaluation withInputPropertyValue(String inputPropertyValue)
The value of the input property, on the left side of the comparison operator.
inputPropertyValue - The value of the input property, on the left side of the comparison operator.public void setOperator(String operator)
The comparison operator.
operator - The comparison operator.ComparisonOperatorpublic String getOperator()
The comparison operator.
ComparisonOperatorpublic SimpleRuleEvaluation withOperator(String operator)
The comparison operator.
operator - The comparison operator.ComparisonOperatorpublic SimpleRuleEvaluation withOperator(ComparisonOperator operator)
The comparison operator.
operator - The comparison operator.ComparisonOperatorpublic void setThresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
thresholdValue - The threshold value, on the right side of the comparison operator.public String getThresholdValue()
The threshold value, on the right side of the comparison operator.
public SimpleRuleEvaluation withThresholdValue(String thresholdValue)
The threshold value, on the right side of the comparison operator.
thresholdValue - The threshold value, on the right side of the comparison operator.public String toString()
toString in class ObjectObject.toString()public SimpleRuleEvaluation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.