@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 based on what you entered in the search textbox in the Amazon SageMaker console.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPropertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.
|
String |
toString()
Returns a string representation of this object.
|
PropertyNameSuggestion |
withPropertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.
|
public void setPropertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.
propertyName
- A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.public String getPropertyName()
A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.
public PropertyNameSuggestion withPropertyName(String propertyName)
A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.
propertyName
- A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.public String toString()
toString
in class Object
Object.toString()
public PropertyNameSuggestion 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.