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 Quick Sight-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- See Also:
-
getBaseThemeId
Description copied from interface:CfnTheme.ThemeVersionPropertyThe Quick Sight-defined ID of the theme that a custom theme inherits from.All themes initially inherit from a default Quick Sight theme.
- Specified by:
getBaseThemeIdin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getConfiguration
Description copied from interface:CfnTheme.ThemeVersionPropertyThe theme configuration, which contains all the theme display properties.Returns union: either
IResolvableorCfnTheme.ThemeConfigurationProperty- Specified by:
getConfigurationin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnTheme.ThemeVersionPropertyThe date and time that this theme version was created.- Specified by:
getCreatedTimein interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getDescription
Description copied from interface:CfnTheme.ThemeVersionPropertyThe description of the theme.- Specified by:
getDescriptionin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getErrors
Description copied from interface:CfnTheme.ThemeVersionPropertyErrors associated with the theme.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTheme.ThemeErrorProperty>- Specified by:
getErrorsin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getStatus
Description copied from interface:CfnTheme.ThemeVersionPropertyThe status of the theme version.- Specified by:
getStatusin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
getVersionNumber
Description copied from interface:CfnTheme.ThemeVersionPropertyThe version number of the theme.- Specified by:
getVersionNumberin interfaceCfnTheme.ThemeVersionProperty- See Also:
-
$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()
-