Class CfnUserSettings.ToolbarConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnUserSettings.ToolbarConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserSettings.ToolbarConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserSettings.ToolbarConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnUserSettings.ToolbarConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserSettings.ToolbarConfigurationProperty
An implementation for
CfnUserSettings.ToolbarConfigurationProperty-
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.workspacesweb.CfnUserSettings.ToolbarConfigurationProperty
CfnUserSettings.ToolbarConfigurationProperty.Builder, CfnUserSettings.ToolbarConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserSettings.ToolbarConfigurationProperty.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 booleanThe list of toolbar items to be hidden.final StringThe maximum display resolution that is allowed for the session.final StringThe type of toolbar displayed during the session.final StringThe visual mode of the toolbar.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 theCfnUserSettings.ToolbarConfigurationProperty.Builder.
-
-
Method Details
-
getHiddenToolbarItems
Description copied from interface:CfnUserSettings.ToolbarConfigurationPropertyThe list of toolbar items to be hidden.- Specified by:
getHiddenToolbarItemsin interfaceCfnUserSettings.ToolbarConfigurationProperty- See Also:
-
getMaxDisplayResolution
Description copied from interface:CfnUserSettings.ToolbarConfigurationPropertyThe maximum display resolution that is allowed for the session.- Specified by:
getMaxDisplayResolutionin interfaceCfnUserSettings.ToolbarConfigurationProperty- See Also:
-
getToolbarType
Description copied from interface:CfnUserSettings.ToolbarConfigurationPropertyThe type of toolbar displayed during the session.- Specified by:
getToolbarTypein interfaceCfnUserSettings.ToolbarConfigurationProperty- See Also:
-
getVisualMode
Description copied from interface:CfnUserSettings.ToolbarConfigurationPropertyThe visual mode of the toolbar.- Specified by:
getVisualModein interfaceCfnUserSettings.ToolbarConfigurationProperty- 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()
-