@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringFilterExpression extends Object implements Serializable, Cloneable, StructuredPojo
Searches for a particular string.
| Constructor and Description |
|---|
StringFilterExpression() |
| Modifier and Type | Method and Description |
|---|---|
StringFilterExpression |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The field name to search.
|
String |
getOperator()
The type of comparison to use for this search.
|
String |
getValue()
The string to search for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The field name to search.
|
void |
setOperator(String operator)
The type of comparison to use for this search.
|
void |
setValue(String value)
The string to search for.
|
String |
toString()
Returns a string representation of this object.
|
StringFilterExpression |
withName(String name)
The field name to search.
|
StringFilterExpression |
withOperator(ComparisonOperator operator)
The type of comparison to use for this search.
|
StringFilterExpression |
withOperator(String operator)
The type of comparison to use for this search.
|
StringFilterExpression |
withValue(String value)
The string to search for.
|
public void setName(String name)
The field name to search.
name - The field name to search.public String getName()
The field name to search.
public StringFilterExpression withName(String name)
The field name to search.
name - The field name to search.public void setOperator(String operator)
The type of comparison to use for this search.
operator - The type of comparison to use for this search.ComparisonOperatorpublic String getOperator()
The type of comparison to use for this search.
ComparisonOperatorpublic StringFilterExpression withOperator(String operator)
The type of comparison to use for this search.
operator - The type of comparison to use for this search.ComparisonOperatorpublic StringFilterExpression withOperator(ComparisonOperator operator)
The type of comparison to use for this search.
operator - The type of comparison to use for this search.ComparisonOperatorpublic void setValue(String value)
The string to search for.
value - The string to search for.public String getValue()
The string to search for.
public StringFilterExpression withValue(String value)
The string to search for.
value - The string to search for.public String toString()
toString in class ObjectObject.toString()public StringFilterExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.