Class CfnSceneProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnSceneProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSceneProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSceneProps
@Stability(Stable)
@Internal
public static final class CfnSceneProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSceneProps
An implementation for
CfnSceneProps
-
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.CfnSceneProps
CfnSceneProps.Builder, CfnSceneProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSceneProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSceneProps.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
A list of capabilities that the scene uses to render.final String
The relative path that specifies the location of the content definition file.final String
The description of this scene.final String
The scene ID.final Object
The scene metadata.getTags()
The ComponentType tags.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 theCfnSceneProps.Builder
.
-
-
Method Details
-
getContentLocation
Description copied from interface:CfnSceneProps
The relative path that specifies the location of the content definition file.- Specified by:
getContentLocation
in interfaceCfnSceneProps
-
getSceneId
Description copied from interface:CfnSceneProps
The scene ID.- Specified by:
getSceneId
in interfaceCfnSceneProps
-
getWorkspaceId
Description copied from interface:CfnSceneProps
The ID of the workspace.- Specified by:
getWorkspaceId
in interfaceCfnSceneProps
-
getCapabilities
Description copied from interface:CfnSceneProps
A list of capabilities that the scene uses to render.- Specified by:
getCapabilities
in interfaceCfnSceneProps
-
getDescription
Description copied from interface:CfnSceneProps
The description of this scene.- Specified by:
getDescription
in interfaceCfnSceneProps
-
getSceneMetadata
Description copied from interface:CfnSceneProps
The scene metadata.- Specified by:
getSceneMetadata
in interfaceCfnSceneProps
-
getTags
Description copied from interface:CfnSceneProps
The ComponentType tags.- Specified by:
getTags
in interfaceCfnSceneProps
-
$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()
-