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