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