Class CfnDashboard.FreeFormLayoutElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.FreeFormLayoutElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.FreeFormLayoutElementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.FreeFormLayoutElementProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.FreeFormLayoutElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.FreeFormLayoutElementProperty
An implementation for
CfnDashboard.FreeFormLayoutElementProperty-
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.FreeFormLayoutElementProperty
CfnDashboard.FreeFormLayoutElementProperty.Builder, CfnDashboard.FreeFormLayoutElementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.FreeFormLayoutElementProperty.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 background style configuration of a free-form layout element.final ObjectThe border style configuration of a free-form layout element.final StringA unique identifier for an element within a free-form layout.final StringThe type of element.final StringThe height of an element within a free-form layout.final ObjectThe loading animation configuration of a free-form layout element.final ObjectThe rendering rules that determine when an element should be displayed within a free-form layout.final ObjectThe border style configuration of a free-form layout element.final StringThe visibility of an element within a free-form layout.final StringgetWidth()The width of an element within a free-form layout.final StringThe x-axis coordinate of the element.final StringThe y-axis coordinate of the element.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.FreeFormLayoutElementProperty.Builder.
-
-
Method Details
-
getElementId
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyA unique identifier for an element within a free-form layout.- Specified by:
getElementIdin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getElementType
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe type of element.- Specified by:
getElementTypein interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getHeight
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe height of an element within a free-form layout.- Specified by:
getHeightin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getWidth
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe width of an element within a free-form layout.- Specified by:
getWidthin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getXAxisLocation
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe x-axis coordinate of the element.- Specified by:
getXAxisLocationin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getYAxisLocation
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe y-axis coordinate of the element.- Specified by:
getYAxisLocationin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getBackgroundStyle
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe background style configuration of a free-form layout element.Returns union: either
IResolvableorCfnDashboard.FreeFormLayoutElementBackgroundStyleProperty- Specified by:
getBackgroundStylein interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getBorderStyle
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe border style configuration of a free-form layout element.Returns union: either
IResolvableorCfnDashboard.FreeFormLayoutElementBorderStyleProperty- Specified by:
getBorderStylein interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getLoadingAnimation
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe loading animation configuration of a free-form layout element.Returns union: either
IResolvableorCfnDashboard.LoadingAnimationProperty- Specified by:
getLoadingAnimationin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getRenderingRules
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe rendering rules that determine when an element should be displayed within a free-form layout.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.SheetElementRenderingRuleProperty>- Specified by:
getRenderingRulesin interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getSelectedBorderStyle
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe border style configuration of a free-form layout element.This border style is used when the element is selected.
Returns union: either
IResolvableorCfnDashboard.FreeFormLayoutElementBorderStyleProperty- Specified by:
getSelectedBorderStylein interfaceCfnDashboard.FreeFormLayoutElementProperty- See Also:
-
getVisibility
Description copied from interface:CfnDashboard.FreeFormLayoutElementPropertyThe visibility of an element within a free-form layout.- Specified by:
getVisibilityin interfaceCfnDashboard.FreeFormLayoutElementProperty- 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()
-