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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnTheme.ThemeVersionProperty
CfnTheme.ThemeVersionProperty.Builder, CfnTheme.ThemeVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTheme.ThemeVersionProperty.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 Amazon QuickSight-defined ID of the theme that a custom theme inherits from.final ObjectThe theme configuration, which contains all the theme display properties.final StringThe date and time that this theme version was created.final StringThe description of the theme.final ObjectErrors associated with the theme.final StringThe status of the theme version.final NumberThe version number of the theme.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 theCfnTheme.ThemeVersionProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnTheme.ThemeVersionPropertyThe Amazon Resource Name (ARN) of the resource.- Specified by:
getArnin interfaceCfnTheme.ThemeVersionProperty
-
getBaseThemeId
Description copied from interface:CfnTheme.ThemeVersionPropertyThe 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:
getBaseThemeIdin interfaceCfnTheme.ThemeVersionProperty
-
getConfiguration
Description copied from interface:CfnTheme.ThemeVersionPropertyThe theme configuration, which contains all the theme display properties.- Specified by:
getConfigurationin interfaceCfnTheme.ThemeVersionProperty
-
getCreatedTime
Description copied from interface:CfnTheme.ThemeVersionPropertyThe date and time that this theme version was created.- Specified by:
getCreatedTimein interfaceCfnTheme.ThemeVersionProperty
-
getDescription
Description copied from interface:CfnTheme.ThemeVersionPropertyThe description of the theme.- Specified by:
getDescriptionin interfaceCfnTheme.ThemeVersionProperty
-
getErrors
Description copied from interface:CfnTheme.ThemeVersionPropertyErrors associated with the theme.- Specified by:
getErrorsin interfaceCfnTheme.ThemeVersionProperty
-
getStatus
Description copied from interface:CfnTheme.ThemeVersionPropertyThe status of the theme version.- Specified by:
getStatusin interfaceCfnTheme.ThemeVersionProperty
-
getVersionNumber
Description copied from interface:CfnTheme.ThemeVersionPropertyThe version number of the theme.- Specified by:
getVersionNumberin interfaceCfnTheme.ThemeVersionProperty
-
$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()
-