@Generated(value="software.amazon.awssdk:codegen") public final class GeospatialWindowOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialWindowOptions.Builder,GeospatialWindowOptions>
The window options of the geospatial map visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeospatialWindowOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
GeospatialCoordinateBounds |
bounds()
The bounds options (north, south, west, east) of the geospatial window options.
|
static GeospatialWindowOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MapZoomMode |
mapZoomMode()
The map zoom modes (manual, auto) of the geospatial window options.
|
String |
mapZoomModeAsString()
The map zoom modes (manual, auto) of the geospatial window options.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeospatialWindowOptions.Builder> |
serializableBuilderClass() |
GeospatialWindowOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GeospatialCoordinateBounds bounds()
The bounds options (north, south, west, east) of the geospatial window options.
public final MapZoomMode mapZoomMode()
The map zoom modes (manual, auto) of the geospatial window options.
If the service returns an enum value that is not available in the current SDK version, mapZoomMode will
return MapZoomMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mapZoomModeAsString().
MapZoomModepublic final String mapZoomModeAsString()
The map zoom modes (manual, auto) of the geospatial window options.
If the service returns an enum value that is not available in the current SDK version, mapZoomMode will
return MapZoomMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mapZoomModeAsString().
MapZoomModepublic GeospatialWindowOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeospatialWindowOptions.Builder,GeospatialWindowOptions>public static GeospatialWindowOptions.Builder builder()
public static Class<? extends GeospatialWindowOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.