@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveBooleanExpression extends Object implements Serializable, Cloneable, StructuredPojo
A boolean expression to evaluate email attribute values.
Constructor and Description |
---|
ArchiveBooleanExpression() |
Modifier and Type | Method and Description |
---|---|
ArchiveBooleanExpression |
clone() |
boolean |
equals(Object obj) |
ArchiveBooleanToEvaluate |
getEvaluate()
The email attribute value to evaluate.
|
String |
getOperator()
The boolean operator to use for evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluate(ArchiveBooleanToEvaluate evaluate)
The email attribute value to evaluate.
|
void |
setOperator(String operator)
The boolean operator to use for evaluation.
|
String |
toString()
Returns a string representation of this object.
|
ArchiveBooleanExpression |
withEvaluate(ArchiveBooleanToEvaluate evaluate)
The email attribute value to evaluate.
|
ArchiveBooleanExpression |
withOperator(ArchiveBooleanOperator operator)
The boolean operator to use for evaluation.
|
ArchiveBooleanExpression |
withOperator(String operator)
The boolean operator to use for evaluation.
|
public void setEvaluate(ArchiveBooleanToEvaluate evaluate)
The email attribute value to evaluate.
evaluate
- The email attribute value to evaluate.public ArchiveBooleanToEvaluate getEvaluate()
The email attribute value to evaluate.
public ArchiveBooleanExpression withEvaluate(ArchiveBooleanToEvaluate evaluate)
The email attribute value to evaluate.
evaluate
- The email attribute value to evaluate.public void setOperator(String operator)
The boolean operator to use for evaluation.
operator
- The boolean operator to use for evaluation.ArchiveBooleanOperator
public String getOperator()
The boolean operator to use for evaluation.
ArchiveBooleanOperator
public ArchiveBooleanExpression withOperator(String operator)
The boolean operator to use for evaluation.
operator
- The boolean operator to use for evaluation.ArchiveBooleanOperator
public ArchiveBooleanExpression withOperator(ArchiveBooleanOperator operator)
The boolean operator to use for evaluation.
operator
- The boolean operator to use for evaluation.ArchiveBooleanOperator
public String toString()
toString
in class Object
Object.toString()
public ArchiveBooleanExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.