public class SearchPlaceIndexForTextSummary
extends java.lang.Object
implements java.io.Serializable
A summary of the geocoding request sent using
SearchPlaceIndexForText
.
Constructor and Description |
---|
SearchPlaceIndexForTextSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.Double> |
getBiasPosition()
Contains the coordinates for the bias position entered in the geocoding
request.
|
java.lang.String |
getDataSource()
The data provider of geospatial data for the Place index resource.
|
java.util.List<java.lang.Double> |
getFilterBBox()
Contains the coordinates for the optional bounding box coordinated
entered in the geocoding request.
|
java.util.List<java.lang.String> |
getFilterCountries()
Contains the country filter entered in the geocoding request.
|
java.lang.Integer |
getMaxResults()
Contains the maximum number of results indicated for the request.
|
java.util.List<java.lang.Double> |
getResultBBox()
A bounding box that contains the search results within the specified area
indicated by
FilterBBox . |
java.lang.String |
getText()
The address, name, city or region to be used in the geocoding request.
|
int |
hashCode() |
void |
setBiasPosition(java.util.Collection<java.lang.Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding
request.
|
void |
setDataSource(java.lang.String dataSource)
The data provider of geospatial data for the Place index resource.
|
void |
setFilterBBox(java.util.Collection<java.lang.Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated
entered in the geocoding request.
|
void |
setFilterCountries(java.util.Collection<java.lang.String> filterCountries)
Contains the country filter entered in the geocoding request.
|
void |
setMaxResults(java.lang.Integer maxResults)
Contains the maximum number of results indicated for the request.
|
void |
setResultBBox(java.util.Collection<java.lang.Double> resultBBox)
A bounding box that contains the search results within the specified area
indicated by
FilterBBox . |
void |
setText(java.lang.String text)
The address, name, city or region to be used in the geocoding request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchPlaceIndexForTextSummary |
withBiasPosition(java.util.Collection<java.lang.Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding
request.
|
SearchPlaceIndexForTextSummary |
withBiasPosition(java.lang.Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding
request.
|
SearchPlaceIndexForTextSummary |
withDataSource(java.lang.String dataSource)
The data provider of geospatial data for the Place index resource.
|
SearchPlaceIndexForTextSummary |
withFilterBBox(java.util.Collection<java.lang.Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated
entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterBBox(java.lang.Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated
entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterCountries(java.util.Collection<java.lang.String> filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterCountries(java.lang.String... filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withMaxResults(java.lang.Integer maxResults)
Contains the maximum number of results indicated for the request.
|
SearchPlaceIndexForTextSummary |
withResultBBox(java.util.Collection<java.lang.Double> resultBBox)
A bounding box that contains the search results within the specified area
indicated by
FilterBBox . |
SearchPlaceIndexForTextSummary |
withResultBBox(java.lang.Double... resultBBox)
A bounding box that contains the search results within the specified area
indicated by
FilterBBox . |
SearchPlaceIndexForTextSummary |
withText(java.lang.String text)
The address, name, city or region to be used in the geocoding request.
|
public java.util.List<java.lang.Double> getBiasPosition()
Contains the coordinates for the bias position entered in the geocoding request.
Contains the coordinates for the bias position entered in the geocoding request.
public void setBiasPosition(java.util.Collection<java.lang.Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
biasPosition
- Contains the coordinates for the bias position entered in the geocoding request.
public SearchPlaceIndexForTextSummary withBiasPosition(java.lang.Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
biasPosition
- Contains the coordinates for the bias position entered in the geocoding request.
public SearchPlaceIndexForTextSummary withBiasPosition(java.util.Collection<java.lang.Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
biasPosition
- Contains the coordinates for the bias position entered in the geocoding request.
public java.lang.String getDataSource()
The data provider of geospatial data for the Place index resource.
The data provider of geospatial data for the Place index resource.
public void setDataSource(java.lang.String dataSource)
The data provider of geospatial data for the Place index resource.
dataSource
- The data provider of geospatial data for the Place index resource.
public SearchPlaceIndexForTextSummary withDataSource(java.lang.String dataSource)
The data provider of geospatial data for the Place index resource.
Returns a reference to this object so that method calls can be chained together.
dataSource
- The data provider of geospatial data for the Place index resource.
public java.util.List<java.lang.Double> getFilterBBox()
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
public void setFilterBBox(java.util.Collection<java.lang.Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
filterBBox
- Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
public SearchPlaceIndexForTextSummary withFilterBBox(java.lang.Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
filterBBox
- Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
public SearchPlaceIndexForTextSummary withFilterBBox(java.util.Collection<java.lang.Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
filterBBox
- Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
public java.util.List<java.lang.String> getFilterCountries()
Contains the country filter entered in the geocoding request.
Contains the country filter entered in the geocoding request.
public void setFilterCountries(java.util.Collection<java.lang.String> filterCountries)
Contains the country filter entered in the geocoding request.
filterCountries
- Contains the country filter entered in the geocoding request.
public SearchPlaceIndexForTextSummary withFilterCountries(java.lang.String... filterCountries)
Contains the country filter entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
filterCountries
- Contains the country filter entered in the geocoding request.
public SearchPlaceIndexForTextSummary withFilterCountries(java.util.Collection<java.lang.String> filterCountries)
Contains the country filter entered in the geocoding request.
Returns a reference to this object so that method calls can be chained together.
filterCountries
- Contains the country filter entered in the geocoding request.
public java.lang.Integer getMaxResults()
Contains the maximum number of results indicated for the request.
Constraints:
Range: 1 - 50
Contains the maximum number of results indicated for the request.
public void setMaxResults(java.lang.Integer maxResults)
Contains the maximum number of results indicated for the request.
Constraints:
Range: 1 - 50
maxResults
- Contains the maximum number of results indicated for the request.
public SearchPlaceIndexForTextSummary withMaxResults(java.lang.Integer maxResults)
Contains the maximum number of results indicated for the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
maxResults
- Contains the maximum number of results indicated for the request.
public java.util.List<java.lang.Double> getResultBBox()
A bounding box that contains the search results within the specified area
indicated by FilterBBox
. A subset of bounding box specified
using FilterBBox
.
A bounding box that contains the search results within the
specified area indicated by FilterBBox
. A subset of
bounding box specified using FilterBBox
.
public void setResultBBox(java.util.Collection<java.lang.Double> resultBBox)
A bounding box that contains the search results within the specified area
indicated by FilterBBox
. A subset of bounding box specified
using FilterBBox
.
resultBBox
-
A bounding box that contains the search results within the
specified area indicated by FilterBBox
. A subset
of bounding box specified using FilterBBox
.
public SearchPlaceIndexForTextSummary withResultBBox(java.lang.Double... resultBBox)
A bounding box that contains the search results within the specified area
indicated by FilterBBox
. A subset of bounding box specified
using FilterBBox
.
Returns a reference to this object so that method calls can be chained together.
resultBBox
-
A bounding box that contains the search results within the
specified area indicated by FilterBBox
. A subset
of bounding box specified using FilterBBox
.
public SearchPlaceIndexForTextSummary withResultBBox(java.util.Collection<java.lang.Double> resultBBox)
A bounding box that contains the search results within the specified area
indicated by FilterBBox
. A subset of bounding box specified
using FilterBBox
.
Returns a reference to this object so that method calls can be chained together.
resultBBox
-
A bounding box that contains the search results within the
specified area indicated by FilterBBox
. A subset
of bounding box specified using FilterBBox
.
public java.lang.String getText()
The address, name, city or region to be used in the geocoding request. In
free-form text format. For example, Vancouver
.
The address, name, city or region to be used in the geocoding
request. In free-form text format. For example,
Vancouver
.
public void setText(java.lang.String text)
The address, name, city or region to be used in the geocoding request. In
free-form text format. For example, Vancouver
.
text
-
The address, name, city or region to be used in the geocoding
request. In free-form text format. For example,
Vancouver
.
public SearchPlaceIndexForTextSummary withText(java.lang.String text)
The address, name, city or region to be used in the geocoding request. In
free-form text format. For example, Vancouver
.
Returns a reference to this object so that method calls can be chained together.
text
-
The address, name, city or region to be used in the geocoding
request. In free-form text format. For example,
Vancouver
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.