@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuggestionQuery extends Object implements Serializable, Cloneable, StructuredPojo
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()
A type of
SuggestionQuery . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of
SuggestionQuery . |
String |
toString()
Returns a string representation of this object.
|
SuggestionQuery |
withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of
SuggestionQuery . |
public void setPropertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of SuggestionQuery
. Defines a property name hint. Only property names that match the
specified hint are included in the response.
propertyNameQuery
- A type of SuggestionQuery
. Defines a property name hint. Only property names that match the
specified hint are included in the response.public PropertyNameQuery getPropertyNameQuery()
A type of SuggestionQuery
. Defines a property name hint. Only property names that match the
specified hint are included in the response.
SuggestionQuery
. Defines a property name hint. Only property names that match the
specified hint are included in the response.public SuggestionQuery withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of SuggestionQuery
. Defines a property name hint. Only property names that match the
specified hint are included in the response.
propertyNameQuery
- A type of SuggestionQuery
. Defines a property name hint. Only property names that match 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.