@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuggestionQuery extends Object implements Serializable, Cloneable, StructuredPojo
Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.
Constructor and Description |
---|
SuggestionQuery() |
Modifier and Type | Method and Description |
---|---|
SuggestionQuery |
clone() |
boolean |
equals(Object obj) |
PropertyNameQuery |
getPropertyNameQuery()
Defines a property name hint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint.
|
String |
toString()
Returns a string representation of this object.
|
SuggestionQuery |
withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint.
|
public void setPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
propertyNameQuery
- Defines a property name hint. Only property names that begin with the specified hint are included in the
response.public PropertyNameQuery getPropertyNameQuery()
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
public SuggestionQuery withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint. Only property names that begin with the specified hint are included in the response.
propertyNameQuery
- Defines a property name hint. Only property names that begin with the specified hint are included in the
response.public String toString()
toString
in class Object
Object.toString()
public SuggestionQuery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.