Class CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.SheetDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboard.SheetDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.SheetDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.SheetDefinitionProperty
An implementation for
CfnDashboard.SheetDefinitionProperty-
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.CfnDashboard.SheetDefinitionProperty
CfnDashboard.SheetDefinitionProperty.Builder, CfnDashboard.SheetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.SheetDefinitionProperty.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 StringThe layout content type of the sheet.final StringA description of the sheet.final ObjectThe list of filter controls that are on a sheet.final ObjectLayouts define how the components of a sheet are arranged.final StringgetName()The name of the sheet.final ObjectThe list of parameter controls that are on a sheet.final ObjectThe control layouts of the sheet.final StringThe unique identifier of a sheet.final ObjectThe text boxes that are on a sheet.final StringgetTitle()The title of the sheet.final ObjectA list of the visuals that are on a sheet.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 theCfnDashboard.SheetDefinitionProperty.Builder.
-
-
Method Details
-
getSheetId
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe unique identifier of a sheet.- Specified by:
getSheetIdin interfaceCfnDashboard.SheetDefinitionProperty
-
getContentType
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe layout content type of the sheet. Choose one of the following options:.PAGINATED: Creates a sheet for a paginated report.INTERACTIVE: Creates a sheet for an interactive dashboard.
- Specified by:
getContentTypein interfaceCfnDashboard.SheetDefinitionProperty
-
getDescription
Description copied from interface:CfnDashboard.SheetDefinitionPropertyA description of the sheet.- Specified by:
getDescriptionin interfaceCfnDashboard.SheetDefinitionProperty
-
getFilterControls
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe list of filter controls that are on a sheet.For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide .
- Specified by:
getFilterControlsin interfaceCfnDashboard.SheetDefinitionProperty
-
getLayouts
Description copied from interface:CfnDashboard.SheetDefinitionPropertyLayouts define how the components of a sheet are arranged.For more information, see Types of layout in the Amazon QuickSight User Guide .
- Specified by:
getLayoutsin interfaceCfnDashboard.SheetDefinitionProperty
-
getName
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe name of the sheet.This name is displayed on the sheet's tab in the Amazon QuickSight console.
- Specified by:
getNamein interfaceCfnDashboard.SheetDefinitionProperty
-
getParameterControls
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe list of parameter controls that are on a sheet.For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide .
- Specified by:
getParameterControlsin interfaceCfnDashboard.SheetDefinitionProperty
-
getSheetControlLayouts
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe control layouts of the sheet.- Specified by:
getSheetControlLayoutsin interfaceCfnDashboard.SheetDefinitionProperty
-
getTextBoxes
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe text boxes that are on a sheet.- Specified by:
getTextBoxesin interfaceCfnDashboard.SheetDefinitionProperty
-
getTitle
Description copied from interface:CfnDashboard.SheetDefinitionPropertyThe title of the sheet.- Specified by:
getTitlein interfaceCfnDashboard.SheetDefinitionProperty
-
getVisuals
Description copied from interface:CfnDashboard.SheetDefinitionPropertyA list of the visuals that are on a sheet.Visual placement is determined by the layout of the sheet.
- Specified by:
getVisualsin interfaceCfnDashboard.SheetDefinitionProperty
-
$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()
-