Class CfnDashboard.DashboardVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.DashboardVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.DashboardVersionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDashboard.DashboardVersionProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.DashboardVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.DashboardVersionProperty
An implementation for
CfnDashboard.DashboardVersionProperty-
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.DashboardVersionProperty
CfnDashboard.DashboardVersionProperty.Builder, CfnDashboard.DashboardVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.DashboardVersionProperty.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 StringgetArn()The Amazon Resource Name (ARN) of the resource.final StringThe time that this dashboard version was created.The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.final StringDescription.final ObjectErrors associated with this dashboard version.final ObjectA list of the associated sheets with the unique identifier and name of each sheet.final StringSource entity ARN.final StringThe HTTP status of the request.final StringThe ARN of the theme associated with a version of the dashboard.final NumberVersion number for this version of the dashboard.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.DashboardVersionProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDashboard.DashboardVersionPropertyThe Amazon Resource Name (ARN) of the resource.- Specified by:
getArnin interfaceCfnDashboard.DashboardVersionProperty
-
getCreatedTime
Description copied from interface:CfnDashboard.DashboardVersionPropertyThe time that this dashboard version was created.- Specified by:
getCreatedTimein interfaceCfnDashboard.DashboardVersionProperty
-
getDataSetArns
Description copied from interface:CfnDashboard.DashboardVersionPropertyThe Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.- Specified by:
getDataSetArnsin interfaceCfnDashboard.DashboardVersionProperty
-
getDescription
Description copied from interface:CfnDashboard.DashboardVersionPropertyDescription.- Specified by:
getDescriptionin interfaceCfnDashboard.DashboardVersionProperty
-
getErrors
Description copied from interface:CfnDashboard.DashboardVersionPropertyErrors associated with this dashboard version.- Specified by:
getErrorsin interfaceCfnDashboard.DashboardVersionProperty
-
getSheets
Description copied from interface:CfnDashboard.DashboardVersionPropertyA list of the associated sheets with the unique identifier and name of each sheet.- Specified by:
getSheetsin interfaceCfnDashboard.DashboardVersionProperty
-
getSourceEntityArn
Description copied from interface:CfnDashboard.DashboardVersionPropertySource entity ARN.- Specified by:
getSourceEntityArnin interfaceCfnDashboard.DashboardVersionProperty
-
getStatus
Description copied from interface:CfnDashboard.DashboardVersionPropertyThe HTTP status of the request.- Specified by:
getStatusin interfaceCfnDashboard.DashboardVersionProperty
-
getThemeArn
Description copied from interface:CfnDashboard.DashboardVersionPropertyThe ARN of the theme associated with a version of the dashboard.- Specified by:
getThemeArnin interfaceCfnDashboard.DashboardVersionProperty
-
getVersionNumber
Description copied from interface:CfnDashboard.DashboardVersionPropertyVersion number for this version of the dashboard.- Specified by:
getVersionNumberin interfaceCfnDashboard.DashboardVersionProperty
-
$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()
-