@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSearchSuggestionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSearchSuggestionsResult() |
Modifier and Type | Method and Description |
---|---|
GetSearchSuggestionsResult |
clone() |
boolean |
equals(Object obj) |
List<PropertyNameSuggestion> |
getPropertyNameSuggestions()
A list of property names for a
Resource that match a SuggestionQuery . |
int |
hashCode() |
void |
setPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery . |
String |
toString()
Returns a string representation of this object.
|
GetSearchSuggestionsResult |
withPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery . |
GetSearchSuggestionsResult |
withPropertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PropertyNameSuggestion> getPropertyNameSuggestions()
A list of property names for a Resource
that match a SuggestionQuery
.
Resource
that match a SuggestionQuery
.public void setPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a Resource
that match a SuggestionQuery
.
propertyNameSuggestions
- A list of property names for a Resource
that match a SuggestionQuery
.public GetSearchSuggestionsResult withPropertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)
A list of property names for a Resource
that match a SuggestionQuery
.
NOTE: This method appends the values to the existing list (if any). Use
setPropertyNameSuggestions(java.util.Collection)
or
withPropertyNameSuggestions(java.util.Collection)
if you want to override the existing values.
propertyNameSuggestions
- A list of property names for a Resource
that match a SuggestionQuery
.public GetSearchSuggestionsResult withPropertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a Resource
that match a SuggestionQuery
.
propertyNameSuggestions
- A list of property names for a Resource
that match a SuggestionQuery
.public String toString()
toString
in class Object
Object.toString()
public GetSearchSuggestionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.