@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)
Marshalls this structured data using the given
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.
|
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 Object
Object.toString()
public PropertyNameQuery 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.