Class CfnThemePropsMixin.ThemeVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.ThemeVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnThemePropsMixin.ThemeVersionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThemePropsMixin.ThemeVersionProperty
@Stability(Stable)
@Internal
public static final class CfnThemePropsMixin.ThemeVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnThemePropsMixin.ThemeVersionProperty
An implementation for
CfnThemePropsMixin.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.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.ThemeVersionProperty
CfnThemePropsMixin.ThemeVersionProperty.Builder, CfnThemePropsMixin.ThemeVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnThemePropsMixin.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 theCfnThemePropsMixin.ThemeVersionProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe Amazon Resource Name (ARN) of the resource.- Specified by:
getArnin interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getBaseThemeId
Description copied from interface:CfnThemePropsMixin.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 interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getConfiguration
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe theme configuration, which contains all the theme display properties.Returns union: either
IResolvableorCfnThemePropsMixin.ThemeConfigurationProperty- Specified by:
getConfigurationin interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe date and time that this theme version was created.- Specified by:
getCreatedTimein interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getDescription
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe description of the theme.- Specified by:
getDescriptionin interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getErrors
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyErrors associated with the theme.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnThemePropsMixin.ThemeErrorProperty>- Specified by:
getErrorsin interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getStatus
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe status of the theme version.- Specified by:
getStatusin interfaceCfnThemePropsMixin.ThemeVersionProperty- See Also:
-
getVersionNumber
Description copied from interface:CfnThemePropsMixin.ThemeVersionPropertyThe version number of the theme.- Specified by:
getVersionNumberin interfaceCfnThemePropsMixin.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()
-