@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngressStringExpression extends Object implements Serializable, Cloneable, StructuredPojo
The structure for a string based condition matching on the incoming mail.
Constructor and Description |
---|
IngressStringExpression() |
Modifier and Type | Method and Description |
---|---|
IngressStringExpression |
clone() |
boolean |
equals(Object obj) |
IngressStringToEvaluate |
getEvaluate()
The left hand side argument of a string condition expression.
|
String |
getOperator()
The matching operator for a string condition expression.
|
List<String> |
getValues()
The right hand side argument of a string condition expression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluate(IngressStringToEvaluate evaluate)
The left hand side argument of a string condition expression.
|
void |
setOperator(String operator)
The matching operator for a string condition expression.
|
void |
setValues(Collection<String> values)
The right hand side argument of a string condition expression.
|
String |
toString()
Returns a string representation of this object.
|
IngressStringExpression |
withEvaluate(IngressStringToEvaluate evaluate)
The left hand side argument of a string condition expression.
|
IngressStringExpression |
withOperator(IngressStringOperator operator)
The matching operator for a string condition expression.
|
IngressStringExpression |
withOperator(String operator)
The matching operator for a string condition expression.
|
IngressStringExpression |
withValues(Collection<String> values)
The right hand side argument of a string condition expression.
|
IngressStringExpression |
withValues(String... values)
The right hand side argument of a string condition expression.
|
public void setEvaluate(IngressStringToEvaluate evaluate)
The left hand side argument of a string condition expression.
evaluate
- The left hand side argument of a string condition expression.public IngressStringToEvaluate getEvaluate()
The left hand side argument of a string condition expression.
public IngressStringExpression withEvaluate(IngressStringToEvaluate evaluate)
The left hand side argument of a string condition expression.
evaluate
- The left hand side argument of a string condition expression.public void setOperator(String operator)
The matching operator for a string condition expression.
operator
- The matching operator for a string condition expression.IngressStringOperator
public String getOperator()
The matching operator for a string condition expression.
IngressStringOperator
public IngressStringExpression withOperator(String operator)
The matching operator for a string condition expression.
operator
- The matching operator for a string condition expression.IngressStringOperator
public IngressStringExpression withOperator(IngressStringOperator operator)
The matching operator for a string condition expression.
operator
- The matching operator for a string condition expression.IngressStringOperator
public List<String> getValues()
The right hand side argument of a string condition expression.
public void setValues(Collection<String> values)
The right hand side argument of a string condition expression.
values
- The right hand side argument of a string condition expression.public IngressStringExpression withValues(String... values)
The right hand side argument of a string condition expression.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- The right hand side argument of a string condition expression.public IngressStringExpression withValues(Collection<String> values)
The right hand side argument of a string condition expression.
values
- The right hand side argument of a string condition expression.public String toString()
toString
in class Object
Object.toString()
public IngressStringExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.