@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchPlaceIndexForTextSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the geocoding request sent using SearchPlaceIndexForText
.
Constructor and Description |
---|
SearchPlaceIndexForTextSummary() |
Modifier and Type | Method and Description |
---|---|
SearchPlaceIndexForTextSummary |
clone() |
boolean |
equals(Object obj) |
List<Double> |
getBiasPosition()
Contains the coordinates for the bias position entered in the geocoding request.
|
String |
getDataSource()
The data provider of geospatial data.
|
List<Double> |
getFilterBBox()
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
List<String> |
getFilterCountries()
Contains the country filter entered in the geocoding request.
|
Integer |
getMaxResults()
Contains the maximum number of results indicated for the request.
|
List<Double> |
getResultBBox()
A bounding box that contains the search results within the specified area indicated by
FilterBBox . |
String |
getText()
The address, name, city or region to be used in the geocoding request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBiasPosition(Collection<Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
void |
setDataSource(String dataSource)
The data provider of geospatial data.
|
void |
setFilterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
void |
setFilterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
|
void |
setMaxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
|
void |
setResultBBox(Collection<Double> resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox . |
void |
setText(String text)
The address, name, city or region to be used in the geocoding request.
|
String |
toString()
Returns a string representation of this object.
|
SearchPlaceIndexForTextSummary |
withBiasPosition(Collection<Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withBiasPosition(Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withDataSource(String dataSource)
The data provider of geospatial data.
|
SearchPlaceIndexForTextSummary |
withFilterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withFilterCountries(String... filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
withMaxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
|
SearchPlaceIndexForTextSummary |
withResultBBox(Collection<Double> resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox . |
SearchPlaceIndexForTextSummary |
withResultBBox(Double... resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox . |
SearchPlaceIndexForTextSummary |
withText(String text)
The address, name, city or region to be used in the geocoding request.
|
public List<Double> getBiasPosition()
Contains the coordinates for the bias position entered in the geocoding request.
public void setBiasPosition(Collection<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(Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
NOTE: This method appends the values to the existing list (if any). Use
setBiasPosition(java.util.Collection)
or withBiasPosition(java.util.Collection)
if you want to
override the existing values.
biasPosition
- Contains the coordinates for the bias position entered in the geocoding request.public SearchPlaceIndexForTextSummary withBiasPosition(Collection<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 void setDataSource(String dataSource)
The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
dataSource
- The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
public String getDataSource()
The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
public SearchPlaceIndexForTextSummary withDataSource(String dataSource)
The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
dataSource
- The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
public List<Double> getFilterBBox()
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
public void setFilterBBox(Collection<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(Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
NOTE: This method appends the values to the existing list (if any). Use
setFilterBBox(java.util.Collection)
or withFilterBBox(java.util.Collection)
if you want to
override the existing values.
filterBBox
- Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.public SearchPlaceIndexForTextSummary withFilterBBox(Collection<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 List<String> getFilterCountries()
Contains the country filter entered in the geocoding request.
public void setFilterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
filterCountries
- Contains the country filter entered in the geocoding request.public SearchPlaceIndexForTextSummary withFilterCountries(String... filterCountries)
Contains the country filter entered in the geocoding request.
NOTE: This method appends the values to the existing list (if any). Use
setFilterCountries(java.util.Collection)
or withFilterCountries(java.util.Collection)
if you
want to override the existing values.
filterCountries
- Contains the country filter entered in the geocoding request.public SearchPlaceIndexForTextSummary withFilterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
filterCountries
- Contains the country filter entered in the geocoding request.public void setMaxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
maxResults
- Contains the maximum number of results indicated for the request.public Integer getMaxResults()
Contains the maximum number of results indicated for the request.
public SearchPlaceIndexForTextSummary withMaxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
maxResults
- Contains the maximum number of results indicated for the request.public List<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
.
FilterBBox
. A subset of bounding box specified using FilterBBox
.public void setResultBBox(Collection<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(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
.
NOTE: This method appends the values to the existing list (if any). Use
setResultBBox(java.util.Collection)
or withResultBBox(java.util.Collection)
if you want to
override the existing values.
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(Collection<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 void setText(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 String getText()
The address, name, city or region to be used in the geocoding request. In free-form text format. For example,
Vancouver
.
Vancouver
.public SearchPlaceIndexForTextSummary withText(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 String toString()
toString
in class Object
Object.toString()
public SearchPlaceIndexForTextSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.