@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ArchiveStringExpression extends Object implements Serializable, Cloneable, StructuredPojo
A string expression to evaluate an email attribute value against one or more string values.
Constructor and Description |
---|
ArchiveStringExpression() |
Modifier and Type | Method and Description |
---|---|
ArchiveStringExpression |
clone() |
boolean |
equals(Object obj) |
ArchiveStringToEvaluate |
getEvaluate()
The attribute of the email to evaluate.
|
String |
getOperator()
The operator to use when evaluating the string values.
|
List<String> |
getValues()
The list of string values to evaluate the email attribute against.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvaluate(ArchiveStringToEvaluate evaluate)
The attribute of the email to evaluate.
|
void |
setOperator(String operator)
The operator to use when evaluating the string values.
|
void |
setValues(Collection<String> values)
The list of string values to evaluate the email attribute against.
|
String |
toString()
Returns a string representation of this object.
|
ArchiveStringExpression |
withEvaluate(ArchiveStringToEvaluate evaluate)
The attribute of the email to evaluate.
|
ArchiveStringExpression |
withOperator(ArchiveStringOperator operator)
The operator to use when evaluating the string values.
|
ArchiveStringExpression |
withOperator(String operator)
The operator to use when evaluating the string values.
|
ArchiveStringExpression |
withValues(Collection<String> values)
The list of string values to evaluate the email attribute against.
|
ArchiveStringExpression |
withValues(String... values)
The list of string values to evaluate the email attribute against.
|
public void setEvaluate(ArchiveStringToEvaluate evaluate)
The attribute of the email to evaluate.
evaluate
- The attribute of the email to evaluate.public ArchiveStringToEvaluate getEvaluate()
The attribute of the email to evaluate.
public ArchiveStringExpression withEvaluate(ArchiveStringToEvaluate evaluate)
The attribute of the email to evaluate.
evaluate
- The attribute of the email to evaluate.public void setOperator(String operator)
The operator to use when evaluating the string values.
operator
- The operator to use when evaluating the string values.ArchiveStringOperator
public String getOperator()
The operator to use when evaluating the string values.
ArchiveStringOperator
public ArchiveStringExpression withOperator(String operator)
The operator to use when evaluating the string values.
operator
- The operator to use when evaluating the string values.ArchiveStringOperator
public ArchiveStringExpression withOperator(ArchiveStringOperator operator)
The operator to use when evaluating the string values.
operator
- The operator to use when evaluating the string values.ArchiveStringOperator
public List<String> getValues()
The list of string values to evaluate the email attribute against.
public void setValues(Collection<String> values)
The list of string values to evaluate the email attribute against.
values
- The list of string values to evaluate the email attribute against.public ArchiveStringExpression withValues(String... values)
The list of string values to evaluate the email attribute against.
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 list of string values to evaluate the email attribute against.public ArchiveStringExpression withValues(Collection<String> values)
The list of string values to evaluate the email attribute against.
values
- The list of string values to evaluate the email attribute against.public String toString()
toString
in class Object
Object.toString()
public ArchiveStringExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.