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