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