@Generated(value="software.amazon.awssdk:codegen") public final class GeospatialPointStyleOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>
The point style of the geospatial map.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeospatialPointStyleOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialPointStyleOptions.Builder |
builder() |
ClusterMarkerConfiguration |
clusterMarkerConfiguration()
The cluster marker configuration of the geospatial point style.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
GeospatialHeatmapConfiguration |
heatmapConfiguration()
The heatmap configuration of the geospatial point style.
|
List<SdkField<?>> |
sdkFields() |
GeospatialSelectedPointStyle |
selectedPointStyle()
The selected point styles (point, cluster) of the geospatial map.
|
String |
selectedPointStyleAsString()
The selected point styles (point, cluster) of the geospatial map.
|
static Class<? extends GeospatialPointStyleOptions.Builder> |
serializableBuilderClass() |
GeospatialPointStyleOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GeospatialSelectedPointStyle selectedPointStyle()
The selected point styles (point, cluster) of the geospatial map.
If the service returns an enum value that is not available in the current SDK version,
selectedPointStyle will return GeospatialSelectedPointStyle.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from selectedPointStyleAsString().
GeospatialSelectedPointStylepublic final String selectedPointStyleAsString()
The selected point styles (point, cluster) of the geospatial map.
If the service returns an enum value that is not available in the current SDK version,
selectedPointStyle will return GeospatialSelectedPointStyle.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from selectedPointStyleAsString().
GeospatialSelectedPointStylepublic final ClusterMarkerConfiguration clusterMarkerConfiguration()
The cluster marker configuration of the geospatial point style.
public final GeospatialHeatmapConfiguration heatmapConfiguration()
The heatmap configuration of the geospatial point style.
public GeospatialPointStyleOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>public static GeospatialPointStyleOptions.Builder builder()
public static Class<? extends GeospatialPointStyleOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.