Class CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty
An implementation for
CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty
CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Builder, CfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe radius of the circle.final ObjectThe color and opacity values for the fill color.final ObjectThe color and opacity values for the stroke color.final ObjectThe width of the stroke (border).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty.Builder.
-
-
Method Details
-
getCircleRadius
Description copied from interface:CfnDashboardPropsMixin.GeospatialCircleSymbolStylePropertyThe radius of the circle.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialCircleRadiusProperty- Specified by:
getCircleRadiusin interfaceCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty- See Also:
-
getFillColor
Description copied from interface:CfnDashboardPropsMixin.GeospatialCircleSymbolStylePropertyThe color and opacity values for the fill color.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialColorProperty- Specified by:
getFillColorin interfaceCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty- See Also:
-
getStrokeColor
Description copied from interface:CfnDashboardPropsMixin.GeospatialCircleSymbolStylePropertyThe color and opacity values for the stroke color.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialColorProperty- Specified by:
getStrokeColorin interfaceCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty- See Also:
-
getStrokeWidth
Description copied from interface:CfnDashboardPropsMixin.GeospatialCircleSymbolStylePropertyThe width of the stroke (border).Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialLineWidthProperty- Specified by:
getStrokeWidthin interfaceCfnDashboardPropsMixin.GeospatialCircleSymbolStyleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-