@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchPlaceIndexForTextResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SearchPlaceIndexForTextResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextResult |
clone() |
boolean |
equals(Object obj) |
List<SearchForTextResult> |
getResults()
A list of Places matching the input text.
|
SearchPlaceIndexForTextSummary |
getSummary()
Contains a summary of the request.
|
int |
hashCode() |
void |
setResults(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
void |
setSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
String |
toString()
Returns a string representation of this object.
|
SearchPlaceIndexForTextResult |
withResults(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResult |
withResults(SearchForTextResult... results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResult |
withSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SearchForTextResult> getResults()
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
public void setResults(Collection<SearchForTextResult> results)
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
results - A list of Places matching the input text. Each result contains additional information about the specific
point of interest.public SearchPlaceIndexForTextResult withResults(SearchForTextResult... results)
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
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 Places matching the input text. Each result contains additional information about the specific
point of interest.public SearchPlaceIndexForTextResult withResults(Collection<SearchForTextResult> results)
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
results - A list of Places matching the input text. Each result contains additional information about the specific
point of interest.public void setSummary(SearchPlaceIndexForTextSummary 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 and the bounding box, ResultBBox, which
surrounds the search results.
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 and the bounding box,
ResultBBox, which surrounds the search results.public SearchPlaceIndexForTextSummary 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 and the bounding box, ResultBBox, which
surrounds the search results.
BiasPosition,
FilterBBox, FilterCountries, Language, MaxResults,
and Text. Also includes the DataSource of the place index and the bounding box,
ResultBBox, which surrounds the search results.public SearchPlaceIndexForTextResult withSummary(SearchPlaceIndexForTextSummary 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 and the bounding box, ResultBBox, which
surrounds the search results.
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 and the bounding box,
ResultBBox, which surrounds the search results.public String toString()
toString in class ObjectObject.toString()public SearchPlaceIndexForTextResult clone()
Copyright © 2021. All rights reserved.