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