@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyNameQuery extends Object implements Serializable, Cloneable, StructuredPojo
A suggestion query for retrieving property names.
| Constructor and Description |
|---|
PropertyNameQuery() |
| Modifier and Type | Method and Description |
|---|---|
PropertyNameQuery |
clone() |
boolean |
equals(Object obj) |
String |
getPropertyNameHint()
The hyperparameter, metric, and tag key property names that begin with the specified hint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPropertyNameHint(String propertyNameHint)
The hyperparameter, metric, and tag key property names that begin with the specified hint.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PropertyNameQuery |
withPropertyNameHint(String propertyNameHint)
The hyperparameter, metric, and tag key property names that begin with the specified hint.
|
public void setPropertyNameHint(String propertyNameHint)
The hyperparameter, metric, and tag key property names that begin with the specified hint.
propertyNameHint - The hyperparameter, metric, and tag key property names that begin with the specified hint.public String getPropertyNameHint()
The hyperparameter, metric, and tag key property names that begin with the specified hint.
public PropertyNameQuery withPropertyNameHint(String propertyNameHint)
The hyperparameter, metric, and tag key property names that begin with the specified hint.
propertyNameHint - The hyperparameter, metric, and tag key property names that begin with the specified hint.public String toString()
toString in class ObjectObject.toString()public PropertyNameQuery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.