Class CfnAnalysis.FreeFormLayoutElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.FreeFormLayoutElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.FreeFormLayoutElementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.FreeFormLayoutElementProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.FreeFormLayoutElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.FreeFormLayoutElementProperty
An implementation for
CfnAnalysis.FreeFormLayoutElementProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.FreeFormLayoutElementProperty
CfnAnalysis.FreeFormLayoutElementProperty.Builder, CfnAnalysis.FreeFormLayoutElementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.FreeFormLayoutElementProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The background style configuration of a free-form layout element.final Object
The border style configuration of a free-form layout element.final String
A unique identifier for an element within a free-form layout.final String
The type of element.final String
The height of an element within a free-form layout.final Object
The loading animation configuration of a free-form layout element.final Object
The rendering rules that determine when an element should be displayed within a free-form layout.final Object
The border style configuration of a free-form layout element.final String
The visibility of an element within a free-form layout.final String
getWidth()
The width of an element within a free-form layout.final String
The x-axis coordinate of the element.final String
The y-axis coordinate of the element.final int
hashCode()
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.FreeFormLayoutElementProperty.Builder
.
-
-
Method Details
-
getElementId
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
A unique identifier for an element within a free-form layout.- Specified by:
getElementId
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getElementType
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The type of element.- Specified by:
getElementType
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getHeight
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The height of an element within a free-form layout.- Specified by:
getHeight
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getWidth
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The width of an element within a free-form layout.- Specified by:
getWidth
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getXAxisLocation
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The x-axis coordinate of the element.- Specified by:
getXAxisLocation
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getYAxisLocation
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The y-axis coordinate of the element.- Specified by:
getYAxisLocation
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getBackgroundStyle
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The background style configuration of a free-form layout element.- Specified by:
getBackgroundStyle
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getBorderStyle
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The border style configuration of a free-form layout element.- Specified by:
getBorderStyle
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getLoadingAnimation
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The loading animation configuration of a free-form layout element.- Specified by:
getLoadingAnimation
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getRenderingRules
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The rendering rules that determine when an element should be displayed within a free-form layout.- Specified by:
getRenderingRules
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getSelectedBorderStyle
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The border style configuration of a free-form layout element.This border style is used when the element is selected.
- Specified by:
getSelectedBorderStyle
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
getVisibility
Description copied from interface:CfnAnalysis.FreeFormLayoutElementProperty
The visibility of an element within a free-form layout.- Specified by:
getVisibility
in interfaceCfnAnalysis.FreeFormLayoutElementProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-