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