@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTermFilterExpression extends Object implements Serializable, Cloneable, StructuredPojo
Searches for a particular search term.
Constructor and Description |
---|
SearchTermFilterExpression() |
Modifier and Type | Method and Description |
---|---|
SearchTermFilterExpression |
clone() |
boolean |
equals(Object obj) |
String |
getSearchTerm()
The term to search for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSearchTerm(String searchTerm)
The term to search for.
|
String |
toString()
Returns a string representation of this object.
|
SearchTermFilterExpression |
withSearchTerm(String searchTerm)
The term to search for.
|
public void setSearchTerm(String searchTerm)
The term to search for.
searchTerm
- The term to search for.public String getSearchTerm()
The term to search for.
public SearchTermFilterExpression withSearchTerm(String searchTerm)
The term to search for.
searchTerm
- The term to search for.public String toString()
toString
in class Object
Object.toString()
public SearchTermFilterExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.