Class CfnWorkspaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnWorkspaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspaceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspaceProps
@Stability(Stable)
@Internal
public static final class CfnWorkspaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspaceProps
An implementation for
CfnWorkspaceProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnWorkspaceProps
CfnWorkspaceProps.Builder, CfnWorkspaceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description of the workspace.final String
getRole()
The ARN of the execution role associated with the workspace.final String
The ARN of the S3 bucket where resources associated with the workspace are stored.getTags()
Metadata that you can use to manage the workspace.final String
The ID of the workspace.final int
hashCode()
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 theCfnWorkspaceProps.Builder
.
-
-
Method Details
-
getRole
Description copied from interface:CfnWorkspaceProps
The ARN of the execution role associated with the workspace.- Specified by:
getRole
in interfaceCfnWorkspaceProps
-
getS3Location
Description copied from interface:CfnWorkspaceProps
The ARN of the S3 bucket where resources associated with the workspace are stored.- Specified by:
getS3Location
in interfaceCfnWorkspaceProps
-
getWorkspaceId
Description copied from interface:CfnWorkspaceProps
The ID of the workspace.- Specified by:
getWorkspaceId
in interfaceCfnWorkspaceProps
-
getDescription
Description copied from interface:CfnWorkspaceProps
The description of the workspace.- Specified by:
getDescription
in interfaceCfnWorkspaceProps
-
getTags
Description copied from interface:CfnWorkspaceProps
Metadata that you can use to manage the workspace.- Specified by:
getTags
in interfaceCfnWorkspaceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-