@Generated(value="software.amazon.awssdk:codegen") public final class SearchPlaceIndexForPositionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>
A summary of the reverse geocoding request sent using SearchPlaceIndexForPosition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchPlaceIndexForPositionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchPlaceIndexForPositionSummary.Builder |
builder() |
String |
dataSource()
The data provider of geospatial data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPosition()
Returns true if the Position 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()
An optional parameter.
|
List<Double> |
position()
The position given in the reverse geocoding request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchPlaceIndexForPositionSummary.Builder> |
serializableBuilderClass() |
SearchPlaceIndexForPositionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Integer maxResults()
An optional parameter. The maximum number of results returned per request.
Default value: 50
Default value: 50
public final boolean hasPosition()
public final List<Double> position()
The position given in the reverse geocoding request.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPosition() to see if a value was sent in this field.
public SearchPlaceIndexForPositionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>public static SearchPlaceIndexForPositionSummary.Builder builder()
public static Class<? extends SearchPlaceIndexForPositionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.