@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleBooleanExpression extends Object implements Serializable, Cloneable, StructuredPojo
A boolean expression to be used in a rule condition.
Constructor and Description |
---|
RuleBooleanExpression() |
Modifier and Type | Method and Description |
---|---|
RuleBooleanExpression |
clone() |
boolean |
equals(Object obj) |
RuleBooleanToEvaluate |
getEvaluate()
The operand on which to perform a boolean condition operation.
|
String |
getOperator()
The matching operator for a boolean condition expression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluate(RuleBooleanToEvaluate evaluate)
The operand on which to perform a boolean condition operation.
|
void |
setOperator(String operator)
The matching operator for a boolean condition expression.
|
String |
toString()
Returns a string representation of this object.
|
RuleBooleanExpression |
withEvaluate(RuleBooleanToEvaluate evaluate)
The operand on which to perform a boolean condition operation.
|
RuleBooleanExpression |
withOperator(RuleBooleanOperator operator)
The matching operator for a boolean condition expression.
|
RuleBooleanExpression |
withOperator(String operator)
The matching operator for a boolean condition expression.
|
public void setEvaluate(RuleBooleanToEvaluate evaluate)
The operand on which to perform a boolean condition operation.
evaluate
- The operand on which to perform a boolean condition operation.public RuleBooleanToEvaluate getEvaluate()
The operand on which to perform a boolean condition operation.
public RuleBooleanExpression withEvaluate(RuleBooleanToEvaluate evaluate)
The operand on which to perform a boolean condition operation.
evaluate
- The operand on which to perform a boolean condition operation.public void setOperator(String operator)
The matching operator for a boolean condition expression.
operator
- The matching operator for a boolean condition expression.RuleBooleanOperator
public String getOperator()
The matching operator for a boolean condition expression.
RuleBooleanOperator
public RuleBooleanExpression withOperator(String operator)
The matching operator for a boolean condition expression.
operator
- The matching operator for a boolean condition expression.RuleBooleanOperator
public RuleBooleanExpression withOperator(RuleBooleanOperator operator)
The matching operator for a boolean condition expression.
operator
- The matching operator for a boolean condition expression.RuleBooleanOperator
public String toString()
toString
in class Object
Object.toString()
public RuleBooleanExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.