Class CfnWorkspace.WorkspacePageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnWorkspace.WorkspacePageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspace.WorkspacePageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspace.WorkspacePageProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspace.WorkspacePageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspace.WorkspacePageProperty
An implementation for
CfnWorkspace.WorkspacePageProperty-
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.WorkspacePageProperty
CfnWorkspace.WorkspacePageProperty.Builder, CfnWorkspace.WorkspacePageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspace.WorkspacePageProperty.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 StringA JSON string containing input parameters passed to the view when the page is rendered.final StringgetPage()The page identifier.final StringThe Amazon Resource Name (ARN) of the view associated with this page.final StringgetSlug()The URL-friendly identifier for the 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 theCfnWorkspace.WorkspacePageProperty.Builder.
-
-
Method Details
-
getPage
Description copied from interface:CfnWorkspace.WorkspacePagePropertyThe page identifier.System pages include
HOMEandAGENT_EXPERIENCE.- Specified by:
getPagein interfaceCfnWorkspace.WorkspacePageProperty- See Also:
-
getResourceArn
Description copied from interface:CfnWorkspace.WorkspacePagePropertyThe Amazon Resource Name (ARN) of the view associated with this page.- Specified by:
getResourceArnin interfaceCfnWorkspace.WorkspacePageProperty- See Also:
-
getInputData
Description copied from interface:CfnWorkspace.WorkspacePagePropertyA JSON string containing input parameters passed to the view when the page is rendered.- Specified by:
getInputDatain interfaceCfnWorkspace.WorkspacePageProperty- See Also:
-
getSlug
Description copied from interface:CfnWorkspace.WorkspacePagePropertyThe URL-friendly identifier for the page.- Specified by:
getSlugin interfaceCfnWorkspace.WorkspacePageProperty- 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()
-