Class CfnThemeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnThemeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnThemeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThemeMixinProps
@Stability(Stable)
@Internal
public static final class CfnThemeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnThemeMixinProps
An implementation for
CfnThemeMixinProps-
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.amplifyuibuilder.CfnThemeMixinProps
CfnThemeMixinProps.Builder, CfnThemeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnThemeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnThemeMixinProps.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 StringgetAppId()The unique ID for the Amplify app associated with the theme.final StringThe name of the backend environment that is a part of the Amplify app.final StringgetName()The name of the theme.final ObjectDescribes the properties that can be overriden to customize a theme.getTags()One or more key-value pairs to use when tagging the theme.final ObjectA list of key-value pairs that defines the properties 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 theCfnThemeMixinProps.Builder.
-
-
Method Details
-
getAppId
Description copied from interface:CfnThemeMixinPropsThe unique ID for the Amplify app associated with the theme.- Specified by:
getAppIdin interfaceCfnThemeMixinProps- See Also:
-
getEnvironmentName
Description copied from interface:CfnThemeMixinPropsThe name of the backend environment that is a part of the Amplify app.- Specified by:
getEnvironmentNamein interfaceCfnThemeMixinProps- See Also:
-
getName
Description copied from interface:CfnThemeMixinPropsThe name of the theme.- Specified by:
getNamein interfaceCfnThemeMixinProps- See Also:
-
getOverrides
Description copied from interface:CfnThemeMixinPropsDescribes the properties that can be overriden to customize a theme.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnThemePropsMixin.ThemeValuesProperty>- Specified by:
getOverridesin interfaceCfnThemeMixinProps- See Also:
-
getTags
Description copied from interface:CfnThemeMixinPropsOne or more key-value pairs to use when tagging the theme.- Specified by:
getTagsin interfaceCfnThemeMixinProps- See Also:
-
getValues
Description copied from interface:CfnThemeMixinPropsA list of key-value pairs that defines the properties of the theme.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnThemePropsMixin.ThemeValuesProperty>- Specified by:
getValuesin interfaceCfnThemeMixinProps- 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()
-