@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PropertyNameQuery extends Object implements Serializable, Cloneable, StructuredPojo
A type of SuggestionQuery
. A suggestion query for retrieving property names that match the specified
hint.
Constructor and Description |
---|
PropertyNameQuery() |
Modifier and Type | Method and Description |
---|---|
PropertyNameQuery |
clone() |
boolean |
equals(Object obj) |
String |
getPropertyNameHint()
Text that is part of a property's name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyNameHint(String propertyNameHint)
Text that is part of a property's name.
|
String |
toString()
Returns a string representation of this object.
|
PropertyNameQuery |
withPropertyNameHint(String propertyNameHint)
Text that is part of a property's name.
|
public void setPropertyNameHint(String propertyNameHint)
Text that is part of a property's name. The property names of hyperparameter, metric, and tag key names that
begin with the specified text in the PropertyNameHint
.
propertyNameHint
- Text that is part of a property's name. The property names of hyperparameter, metric, and tag key names
that begin with the specified text in the PropertyNameHint
.public String getPropertyNameHint()
Text that is part of a property's name. The property names of hyperparameter, metric, and tag key names that
begin with the specified text in the PropertyNameHint
.
PropertyNameHint
.public PropertyNameQuery withPropertyNameHint(String propertyNameHint)
Text that is part of a property's name. The property names of hyperparameter, metric, and tag key names that
begin with the specified text in the PropertyNameHint
.
propertyNameHint
- Text that is part of a property's name. The property names of hyperparameter, metric, and tag key names
that begin with the specified text in the PropertyNameHint
.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.