@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyNameQuery extends Object implements Serializable, Cloneable, StructuredPojo
Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the
specified text.
| Constructor and Description |
|---|
PropertyNameQuery() |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameQuery |
clone() |
boolean |
equals(Object obj) |
String |
getPropertyNameHint()
Text that begins a property's name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPropertyNameHint(String propertyNameHint)
Text that begins a property's name.
|
String |
toString()
Returns a string representation of this object.
|
PropertyNameQuery |
withPropertyNameHint(String propertyNameHint)
Text that begins a property's name.
|
public void setPropertyNameHint(String propertyNameHint)
Text that begins a property's name.
propertyNameHint - Text that begins a property's name.public String getPropertyNameHint()
Text that begins a property's name.
public PropertyNameQuery withPropertyNameHint(String propertyNameHint)
Text that begins a property's name.
propertyNameHint - Text that begins a property's name.public String toString()
toString in class ObjectObject.toString()public PropertyNameQuery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.