Class CfnAnalysisPropsMixin.GridLayoutElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GridLayoutElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.GridLayoutElementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.GridLayoutElementProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.GridLayoutElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.GridLayoutElementProperty
An implementation for
CfnAnalysisPropsMixin.GridLayoutElementProperty-
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.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.GridLayoutElementProperty
CfnAnalysisPropsMixin.GridLayoutElementProperty.Builder, CfnAnalysisPropsMixin.GridLayoutElementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.GridLayoutElementProperty.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 NumberThe column index for the upper left corner of an element.final NumberThe width of a grid element expressed as a number of grid columns.final StringA unique identifier for an element within a grid layout.final StringThe type of element.final NumberThe row index for the upper left corner of an element.final NumberThe height of a grid element expressed as a number of grid rows.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.GridLayoutElementProperty.Builder.
-
-
Method Details
-
getColumnIndex
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyThe column index for the upper left corner of an element.- Specified by:
getColumnIndexin interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- See Also:
-
getColumnSpan
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyThe width of a grid element expressed as a number of grid columns.- Specified by:
getColumnSpanin interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- See Also:
-
getElementId
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyA unique identifier for an element within a grid layout.- Specified by:
getElementIdin interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- See Also:
-
getElementType
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyThe type of element.- Specified by:
getElementTypein interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- See Also:
-
getRowIndex
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyThe row index for the upper left corner of an element.- Specified by:
getRowIndexin interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- See Also:
-
getRowSpan
Description copied from interface:CfnAnalysisPropsMixin.GridLayoutElementPropertyThe height of a grid element expressed as a number of grid rows.- Specified by:
getRowSpanin interfaceCfnAnalysisPropsMixin.GridLayoutElementProperty- 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()
-