@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, setSdkResponseMetadata
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 List<SearchForTextResult> getResults()
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
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.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
results
- A list of Places matching the input text. Each result contains additional information about the specific
point of interest.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
public SearchPlaceIndexForTextResult withResults(SearchForTextResult... results)
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
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.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
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.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
results
- A list of Places matching the input text. Each result contains additional information about the specific
point of interest.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
public String toString()
toString
in class Object
Object.toString()
public SearchPlaceIndexForTextResult clone()