@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()
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; useful for testing and debugging.
|
SuggestionQuery |
withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint.
|
public void setPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint. Only property names that match the specified hint are included in the response.
propertyNameQuery
- Defines a property name hint. Only property names that match the specified hint are included in the
response.public PropertyNameQuery getPropertyNameQuery()
Defines a property name hint. Only property names that match the specified hint are included in the response.
public SuggestionQuery withPropertyNameQuery(PropertyNameQuery propertyNameQuery)
Defines a property name hint. Only property names that match the specified hint are included in the response.
propertyNameQuery
- 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.