@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyNameSuggestion extends Object implements Serializable, Cloneable, StructuredPojo
A property name returned from a GetSearchSuggestions call that specifies a value in the
PropertyNameQuery field.
| Constructor and Description |
|---|
PropertyNameSuggestion() |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameSuggestion |
clone() |
boolean |
equals(Object obj) |
String |
getPropertyName()
A suggested property name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPropertyName(String propertyName)
A suggested property name.
|
String |
toString()
Returns a string representation of this object.
|
PropertyNameSuggestion |
withPropertyName(String propertyName)
A suggested property name.
|
public void setPropertyName(String propertyName)
A suggested property name.
propertyName - A suggested property name.public String getPropertyName()
A suggested property name.
public PropertyNameSuggestion withPropertyName(String propertyName)
A suggested property name.
propertyName - A suggested property name.public String toString()
toString in class ObjectObject.toString()public PropertyNameSuggestion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.