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