Class CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty
@Stability(Stable)
@Internal
public static final class CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty
An implementation for
CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty-
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.workspacesweb.CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty
CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Builder, CfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.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 text displayed in the browser tab title.final StringThe text displayed on the contact button.final StringA contact link URL.final StringThe text displayed during session loading.final StringThe text displayed on the login button.final StringThe description text for the login section.final StringThe title text for the login section.final StringThe welcome text displayed on the sign-in page.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 theCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty.Builder.
-
-
Method Details
-
getBrowserTabTitle
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe text displayed in the browser tab title.- Specified by:
getBrowserTabTitlein interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getContactButtonText
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe text displayed on the contact button.This field is optional and defaults to "Contact us".
- Specified by:
getContactButtonTextin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getContactLink
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyA contact link URL.The URL must start with
https://ormailto:. If not provided, the contact button will be hidden from the web portal screen.- Specified by:
getContactLinkin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getLoadingText
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe text displayed during session loading.This field is optional and defaults to "Loading your session".
- Specified by:
getLoadingTextin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getLoginButtonText
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe text displayed on the login button.This field is optional and defaults to "Sign In".
- Specified by:
getLoginButtonTextin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getLoginDescription
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe description text for the login section.This field is optional and defaults to "Sign in to your session".
- Specified by:
getLoginDescriptionin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getLoginTitle
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe title text for the login section.This field is optional and defaults to "Sign In".
- Specified by:
getLoginTitlein interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- See Also:
-
getWelcomeText
Description copied from interface:CfnUserSettingsPropsMixin.LocalizedBrandingStringsPropertyThe welcome text displayed on the sign-in page.- Specified by:
getWelcomeTextin interfaceCfnUserSettingsPropsMixin.LocalizedBrandingStringsProperty- 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()
-