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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.DashboardVersionProperty
CfnDashboard.DashboardVersionProperty.Builder, CfnDashboard.DashboardVersionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.DashboardVersionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getArn()
The Amazon Resource Name (ARN) of the resource.final String
The 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 String
Description.final Object
Errors associated with this dashboard version.final Object
A list of the associated sheets with the unique identifier and name of each sheet.final String
Source entity ARN.final String
The HTTP status of the request.final String
The ARN of the theme associated with a version of the dashboard.final Number
Version number for this version of the dashboard.final int
hashCode()
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.DashboardVersionProperty
The Amazon Resource Name (ARN) of the resource.- Specified by:
getArn
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getCreatedTime
Description copied from interface:CfnDashboard.DashboardVersionProperty
The time that this dashboard version was created.- Specified by:
getCreatedTime
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getDataSetArns
Description copied from interface:CfnDashboard.DashboardVersionProperty
The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.- Specified by:
getDataSetArns
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getDescription
Description copied from interface:CfnDashboard.DashboardVersionProperty
Description.- Specified by:
getDescription
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getErrors
Description copied from interface:CfnDashboard.DashboardVersionProperty
Errors associated with this dashboard version.- Specified by:
getErrors
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getSheets
Description copied from interface:CfnDashboard.DashboardVersionProperty
A list of the associated sheets with the unique identifier and name of each sheet.- Specified by:
getSheets
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getSourceEntityArn
Description copied from interface:CfnDashboard.DashboardVersionProperty
Source entity ARN.- Specified by:
getSourceEntityArn
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getStatus
Description copied from interface:CfnDashboard.DashboardVersionProperty
The HTTP status of the request.- Specified by:
getStatus
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getThemeArn
Description copied from interface:CfnDashboard.DashboardVersionProperty
The ARN of the theme associated with a version of the dashboard.- Specified by:
getThemeArn
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
getVersionNumber
Description copied from interface:CfnDashboard.DashboardVersionProperty
Version number for this version of the dashboard.- Specified by:
getVersionNumber
in interfaceCfnDashboard.DashboardVersionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-