Class CfnWorkspace.PaletteNavigationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnWorkspace.PaletteNavigationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspace.PaletteNavigationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspace.PaletteNavigationProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspace.PaletteNavigationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspace.PaletteNavigationProperty
An implementation for
CfnWorkspace.PaletteNavigationProperty-
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.connect.CfnWorkspace.PaletteNavigationProperty
CfnWorkspace.PaletteNavigationProperty.Builder, CfnWorkspace.PaletteNavigationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspace.PaletteNavigationProperty.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 StringThe background color of the navigation area.final ObjectWhether to invert the colors of action buttons in the navigation area.final StringgetText()The text color in the navigation area.final StringThe text color for active navigation items.final StringThe background color for active navigation items.final StringThe background color when hovering over navigation text.final StringThe text color when hovering over navigation items.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.
-
-
Method Details
-
getBackground
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe background color of the navigation area.- Specified by:
getBackgroundin interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getInvertActionsColors
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyWhether to invert the colors of action buttons in the navigation area.Returns union: either
BooleanorIResolvable- Specified by:
getInvertActionsColorsin interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getText
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe text color in the navigation area.- Specified by:
getTextin interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getTextActive
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe text color for active navigation items.- Specified by:
getTextActivein interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getTextBackgroundActive
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe background color for active navigation items.- Specified by:
getTextBackgroundActivein interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getTextBackgroundHover
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe background color when hovering over navigation text.- Specified by:
getTextBackgroundHoverin interfaceCfnWorkspace.PaletteNavigationProperty- See Also:
-
getTextHover
Description copied from interface:CfnWorkspace.PaletteNavigationPropertyThe text color when hovering over navigation items.- Specified by:
getTextHoverin interfaceCfnWorkspace.PaletteNavigationProperty- 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()
-