@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchPlaceIndexForSuggestionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchPlaceIndexForSuggestionsResult() |
Modifier and Type | Method and Description |
---|---|
SearchPlaceIndexForSuggestionsResult |
clone() |
boolean |
equals(Object obj) |
List<SearchForSuggestionsResult> |
getResults()
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsSummary |
getSummary()
Contains a summary of the request.
|
int |
hashCode() |
void |
setResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
void |
setSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
String |
toString()
Returns a string representation of this object.
|
SearchPlaceIndexForSuggestionsResult |
withResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResult |
withResults(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResult |
withSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public SearchPlaceIndexForSuggestionsResult()
public void setSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request. Echoes the input values for BiasPosition
, FilterBBox
, FilterCountries
, Language
, MaxResults
, and Text
. Also
includes the DataSource
of the place index.
summary
- Contains a summary of the request. Echoes the input values for BiasPosition
,
FilterBBox
, FilterCountries
, Language
, MaxResults
, and
Text
. Also includes the DataSource
of the place index.public SearchPlaceIndexForSuggestionsSummary getSummary()
Contains a summary of the request. Echoes the input values for BiasPosition
, FilterBBox
, FilterCountries
, Language
, MaxResults
, and Text
. Also
includes the DataSource
of the place index.
BiasPosition
,
FilterBBox
, FilterCountries
, Language
, MaxResults
,
and Text
. Also includes the DataSource
of the place index.public SearchPlaceIndexForSuggestionsResult withSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request. Echoes the input values for BiasPosition
, FilterBBox
, FilterCountries
, Language
, MaxResults
, and Text
. Also
includes the DataSource
of the place index.
summary
- Contains a summary of the request. Echoes the input values for BiasPosition
,
FilterBBox
, FilterCountries
, Language
, MaxResults
, and
Text
. Also includes the DataSource
of the place index.public List<SearchForSuggestionsResult> getResults()
A list of place suggestions that best match the search text.
public void setResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
results
- A list of place suggestions that best match the search text.public SearchPlaceIndexForSuggestionsResult withResults(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- A list of place suggestions that best match the search text.public SearchPlaceIndexForSuggestionsResult withResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
results
- A list of place suggestions that best match the search text.public String toString()
toString
in class Object
Object.toString()
public SearchPlaceIndexForSuggestionsResult clone()