Class CfnDashboard.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.GeospatialCircleSymbolStyleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.GeospatialCircleSymbolStyleProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.GeospatialCircleSymbolStyleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.GeospatialCircleSymbolStyleProperty
An implementation for
CfnDashboard.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.services.quicksight.CfnDashboard.GeospatialCircleSymbolStyleProperty
CfnDashboard.GeospatialCircleSymbolStyleProperty.Builder, CfnDashboard.GeospatialCircleSymbolStyleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.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 theCfnDashboard.GeospatialCircleSymbolStyleProperty.Builder.
-
-
Method Details
-
getCircleRadius
Description copied from interface:CfnDashboard.GeospatialCircleSymbolStylePropertyThe radius of the circle.Returns union: either
IResolvableorCfnDashboard.GeospatialCircleRadiusProperty- Specified by:
getCircleRadiusin interfaceCfnDashboard.GeospatialCircleSymbolStyleProperty- See Also:
-
getFillColor
Description copied from interface:CfnDashboard.GeospatialCircleSymbolStylePropertyThe color and opacity values for the fill color.Returns union: either
IResolvableorCfnDashboard.GeospatialColorProperty- Specified by:
getFillColorin interfaceCfnDashboard.GeospatialCircleSymbolStyleProperty- See Also:
-
getStrokeColor
Description copied from interface:CfnDashboard.GeospatialCircleSymbolStylePropertyThe color and opacity values for the stroke color.Returns union: either
IResolvableorCfnDashboard.GeospatialColorProperty- Specified by:
getStrokeColorin interfaceCfnDashboard.GeospatialCircleSymbolStyleProperty- See Also:
-
getStrokeWidth
Description copied from interface:CfnDashboard.GeospatialCircleSymbolStylePropertyThe width of the stroke (border).Returns union: either
IResolvableorCfnDashboard.GeospatialLineWidthProperty- Specified by:
getStrokeWidthin interfaceCfnDashboard.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()
-