Class CfnTheme.ThemeVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTheme.ThemeVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTheme.ThemeVersionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTheme.ThemeVersionProperty
@Stability(Stable)
@Internal
public static final class CfnTheme.ThemeVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTheme.ThemeVersionProperty
An implementation for
CfnTheme.ThemeVersionProperty
-
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.CfnTheme.ThemeVersionProperty
CfnTheme.ThemeVersionProperty.Builder, CfnTheme.ThemeVersionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTheme.ThemeVersionProperty.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 Amazon QuickSight-defined ID of the theme that a custom theme inherits from.final Object
The theme configuration, which contains all the theme display properties.final String
The date and time that this theme version was created.final String
The description of the theme.final Object
Errors associated with the theme.final String
The status of the theme version.final Number
The version number of the theme.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 theCfnTheme.ThemeVersionProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnTheme.ThemeVersionProperty
The Amazon Resource Name (ARN) of the resource.- Specified by:
getArn
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getBaseThemeId
Description copied from interface:CfnTheme.ThemeVersionProperty
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.All themes initially inherit from a default Amazon QuickSight theme.
- Specified by:
getBaseThemeId
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getConfiguration
Description copied from interface:CfnTheme.ThemeVersionProperty
The theme configuration, which contains all the theme display properties.- Specified by:
getConfiguration
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getCreatedTime
Description copied from interface:CfnTheme.ThemeVersionProperty
The date and time that this theme version was created.- Specified by:
getCreatedTime
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getDescription
Description copied from interface:CfnTheme.ThemeVersionProperty
The description of the theme.- Specified by:
getDescription
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getErrors
Description copied from interface:CfnTheme.ThemeVersionProperty
Errors associated with the theme.- Specified by:
getErrors
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getStatus
Description copied from interface:CfnTheme.ThemeVersionProperty
The status of the theme version.- Specified by:
getStatus
in interfaceCfnTheme.ThemeVersionProperty
- See Also:
-
getVersionNumber
Description copied from interface:CfnTheme.ThemeVersionProperty
The version number of the theme.- Specified by:
getVersionNumber
in interfaceCfnTheme.ThemeVersionProperty
- 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()
-