Class CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplate.DefaultInteractiveLayoutConfigurationProperty
An implementation for
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty-
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.DefaultInteractiveLayoutConfigurationProperty
CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Builder, CfnTemplate.DefaultInteractiveLayoutConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.DefaultInteractiveLayoutConfigurationProperty.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 ObjectThe options that determine the default settings of a free-form layout configuration.final ObjectgetGrid()The options that determine the default settings for a grid layout configuration.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.DefaultInteractiveLayoutConfigurationProperty.Builder.
-
-
Method Details
-
getFreeForm
Description copied from interface:CfnTemplate.DefaultInteractiveLayoutConfigurationPropertyThe options that determine the default settings of a free-form layout configuration.Returns union: either
IResolvableorCfnTemplate.DefaultFreeFormLayoutConfigurationProperty- Specified by:
getFreeFormin interfaceCfnTemplate.DefaultInteractiveLayoutConfigurationProperty- See Also:
-
getGrid
Description copied from interface:CfnTemplate.DefaultInteractiveLayoutConfigurationPropertyThe options that determine the default settings for a grid layout configuration.Returns union: either
IResolvableorCfnTemplate.DefaultGridLayoutConfigurationProperty- Specified by:
getGridin interfaceCfnTemplate.DefaultInteractiveLayoutConfigurationProperty- 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()
-