Class GeospatialMapStyle
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialMapStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialMapStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
The map style properties for a map.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialMapStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackgroundColor()The background color and opacity values for a map.BaseMapStyleTypebaseMapStyle()The selected base map style.StringbaseMapStyleAsString()The selected base map style.VisibilitybaseMapVisibility()The state of visibility for the base map.StringbaseMapVisibilityAsString()The state of visibility for the base map.static GeospatialMapStyle.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialMapStyle.Builder>serializableBuilderClass()GeospatialMapStyle.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
baseMapStyle
public final BaseMapStyleType baseMapStyle()
The selected base map style.
If the service returns an enum value that is not available in the current SDK version,
baseMapStylewill returnBaseMapStyleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombaseMapStyleAsString().- Returns:
- The selected base map style.
- See Also:
BaseMapStyleType
-
baseMapStyleAsString
public final String baseMapStyleAsString()
The selected base map style.
If the service returns an enum value that is not available in the current SDK version,
baseMapStylewill returnBaseMapStyleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombaseMapStyleAsString().- Returns:
- The selected base map style.
- See Also:
BaseMapStyleType
-
backgroundColor
public final String backgroundColor()
The background color and opacity values for a map.
- Returns:
- The background color and opacity values for a map.
-
baseMapVisibility
public final Visibility baseMapVisibility()
The state of visibility for the base map.
If the service returns an enum value that is not available in the current SDK version,
baseMapVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombaseMapVisibilityAsString().- Returns:
- The state of visibility for the base map.
- See Also:
Visibility
-
baseMapVisibilityAsString
public final String baseMapVisibilityAsString()
The state of visibility for the base map.
If the service returns an enum value that is not available in the current SDK version,
baseMapVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombaseMapVisibilityAsString().- Returns:
- The state of visibility for the base map.
- See Also:
Visibility
-
toBuilder
public GeospatialMapStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
-
builder
public static GeospatialMapStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialMapStyle.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-