@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchExpression extends Object implements Serializable, Cloneable, StructuredPojo
The search expression.
| Constructor and Description |
|---|
SearchExpression () |
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
clone () |
boolean |
equals (Object obj) |
List<Filter> |
getFilters ()
The search expression filters.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFilters (Collection<Filter> filters)
The search expression filters.
|
String |
toString ()
Returns a string representation of this object.
|
SearchExpression |
withFilters (Collection<Filter> filters)
The search expression filters.
|
SearchExpression |
withFilters (Filter... filters)
The search expression filters.
|
public SearchExpression()
public List<Filter> getFilters()
The search expression filters.
public void setFilters(Collection<Filter> filters)
The search expression filters.
filters - The search expression filters.public SearchExpression withFilters(Filter... filters)
The search expression filters.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - The search expression filters.public SearchExpression withFilters(Collection<Filter> filters)
The search expression filters.
filters - The search expression filters.public String toString()
toString in class Object Object.toString() public SearchExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.