Class GeospatialCircleSymbolStyle
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GeospatialCircleSymbolStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeospatialCircleSymbolStyle.Builder,GeospatialCircleSymbolStyle>
@Generated("software.amazon.awssdk:codegen") public final class GeospatialCircleSymbolStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeospatialCircleSymbolStyle.Builder,GeospatialCircleSymbolStyle>
The properties for a circle symbol style.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeospatialCircleSymbolStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeospatialCircleSymbolStyle.Builderbuilder()GeospatialCircleRadiuscircleRadius()The radius of the circle.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)GeospatialColorfillColor()The color and opacity values for the fill color.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GeospatialCircleSymbolStyle.Builder>serializableBuilderClass()GeospatialColorstrokeColor()The color and opacity values for the stroke color.GeospatialLineWidthstrokeWidth()The width of the stroke (border).GeospatialCircleSymbolStyle.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
-
fillColor
public final GeospatialColor fillColor()
The color and opacity values for the fill color.
- Returns:
- The color and opacity values for the fill color.
-
strokeColor
public final GeospatialColor strokeColor()
The color and opacity values for the stroke color.
- Returns:
- The color and opacity values for the stroke color.
-
strokeWidth
public final GeospatialLineWidth strokeWidth()
The width of the stroke (border).
- Returns:
- The width of the stroke (border).
-
circleRadius
public final GeospatialCircleRadius circleRadius()
The radius of the circle.
- Returns:
- The radius of the circle.
-
toBuilder
public GeospatialCircleSymbolStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeospatialCircleSymbolStyle.Builder,GeospatialCircleSymbolStyle>
-
builder
public static GeospatialCircleSymbolStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeospatialCircleSymbolStyle.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
-
-