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