@Generated(value="software.amazon.awssdk:codegen") public final class SearchPlaceIndexForTextSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchPlaceIndexForTextSummary.Builder,SearchPlaceIndexForTextSummary>
A summary of the geocoding request sent using SearchPlaceIndexForText.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchPlaceIndexForTextSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
biasPosition()
Contains the coordinates for the bias position entered in the geocoding request.
|
static SearchPlaceIndexForTextSummary.Builder |
builder() |
String |
dataSource()
The data provider of geospatial data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Double> |
filterBBox()
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
List<String> |
filterCountries()
Contains the country filter entered in the geocoding request.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBiasPosition()
Returns true if the BiasPosition property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasFilterBBox()
Returns true if the FilterBBox property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasFilterCountries()
Returns true if the FilterCountries property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasResultBBox()
Returns true if the ResultBBox property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
Integer |
maxResults()
Contains the maximum number of results indicated for the request.
|
List<Double> |
resultBBox()
A bounding box that contains the search results within the specified area indicated by
FilterBBox. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchPlaceIndexForTextSummary.Builder> |
serializableBuilderClass() |
String |
text()
The address, name, city or region to be used in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBiasPosition()
public final List<Double> biasPosition()
Contains the coordinates for the bias position entered in the geocoding request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBiasPosition() to see if a value was sent in this field.
public final 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.
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
public final boolean hasFilterBBox()
public final List<Double> filterBBox()
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilterBBox() to see if a value was sent in this field.
public final boolean hasFilterCountries()
public final List<String> filterCountries()
Contains the country filter entered in the geocoding request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilterCountries() to see if a value was sent in this field.
public final Integer maxResults()
Contains the maximum number of results indicated for the request.
public final boolean hasResultBBox()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResultBBox() to see if a value was sent in this field.
FilterBBox. A subset of bounding box specified using FilterBBox.public final String text()
The address, name, city or region to be used in the geocoding request. In free-form text format. For example,
Vancouver.
Vancouver.public SearchPlaceIndexForTextSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchPlaceIndexForTextSummary.Builder,SearchPlaceIndexForTextSummary>public static SearchPlaceIndexForTextSummary.Builder builder()
public static Class<? extends SearchPlaceIndexForTextSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.