Class CfnAnalysis.GridLayoutElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.GridLayoutElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.GridLayoutElementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.GridLayoutElementProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.GridLayoutElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.GridLayoutElementProperty
An implementation for
CfnAnalysis.GridLayoutElementProperty
-
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.GridLayoutElementProperty
CfnAnalysis.GridLayoutElementProperty.Builder, CfnAnalysis.GridLayoutElementProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.GridLayoutElementProperty.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 Number
The column index for the upper left corner of an element.final Number
The width of a grid element expressed as a number of grid columns.final String
A unique identifier for an element within a grid layout.final String
The type of element.final Number
The row index for the upper left corner of an element.final Number
The height of a grid element expressed as a number of grid rows.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.GridLayoutElementProperty.Builder
.
-
-
Method Details
-
getColumnSpan
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
The width of a grid element expressed as a number of grid columns.- Specified by:
getColumnSpan
in interfaceCfnAnalysis.GridLayoutElementProperty
- See Also:
-
getElementId
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
A unique identifier for an element within a grid layout.- Specified by:
getElementId
in interfaceCfnAnalysis.GridLayoutElementProperty
- See Also:
-
getElementType
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
The type of element.- Specified by:
getElementType
in interfaceCfnAnalysis.GridLayoutElementProperty
- See Also:
-
getRowSpan
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
The height of a grid element expressed as a number of grid rows.- Specified by:
getRowSpan
in interfaceCfnAnalysis.GridLayoutElementProperty
- See Also:
-
getColumnIndex
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
The column index for the upper left corner of an element.- Specified by:
getColumnIndex
in interfaceCfnAnalysis.GridLayoutElementProperty
- See Also:
-
getRowIndex
Description copied from interface:CfnAnalysis.GridLayoutElementProperty
The row index for the upper left corner of an element.- Specified by:
getRowIndex
in interfaceCfnAnalysis.GridLayoutElementProperty
- 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()
-