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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.GridLayoutElementProperty
CfnAnalysis.GridLayoutElementProperty.Builder, CfnAnalysis.GridLayoutElementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 theCfnAnalysis.GridLayoutElementProperty.Builder.
-
-
Method Details
-
getColumnSpan
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyThe width of a grid element expressed as a number of grid columns.- Specified by:
getColumnSpanin interfaceCfnAnalysis.GridLayoutElementProperty- See Also:
-
getElementId
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyA unique identifier for an element within a grid layout.- Specified by:
getElementIdin interfaceCfnAnalysis.GridLayoutElementProperty- See Also:
-
getElementType
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyThe type of element.- Specified by:
getElementTypein interfaceCfnAnalysis.GridLayoutElementProperty- See Also:
-
getRowSpan
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyThe height of a grid element expressed as a number of grid rows.- Specified by:
getRowSpanin interfaceCfnAnalysis.GridLayoutElementProperty- See Also:
-
getColumnIndex
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyThe column index for the upper left corner of an element.- Specified by:
getColumnIndexin interfaceCfnAnalysis.GridLayoutElementProperty- See Also:
-
getRowIndex
Description copied from interface:CfnAnalysis.GridLayoutElementPropertyThe row index for the upper left corner of an element.- Specified by:
getRowIndexin interfaceCfnAnalysis.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()
-