Class CfnSceneMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnSceneMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSceneMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSceneMixinProps
@Stability(Stable)
@Internal
public static final class CfnSceneMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSceneMixinProps
An implementation for
CfnSceneMixinProps-
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.iottwinmaker.CfnSceneMixinProps
CfnSceneMixinProps.Builder, CfnSceneMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSceneMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSceneMixinProps.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 booleanA list of capabilities that the scene uses to render.final StringThe relative path that specifies the location of the content definition file.final StringThe description of this scene.final StringThe ID of the scene.final ObjectThe scene metadata.getTags()The ComponentType tags.final StringThe ID of the workspace.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 theCfnSceneMixinProps.Builder.
-
-
Method Details
-
getCapabilities
Description copied from interface:CfnSceneMixinPropsA list of capabilities that the scene uses to render.- Specified by:
getCapabilitiesin interfaceCfnSceneMixinProps- See Also:
-
getContentLocation
Description copied from interface:CfnSceneMixinPropsThe relative path that specifies the location of the content definition file.- Specified by:
getContentLocationin interfaceCfnSceneMixinProps- See Also:
-
getDescription
Description copied from interface:CfnSceneMixinPropsThe description of this scene.- Specified by:
getDescriptionin interfaceCfnSceneMixinProps- See Also:
-
getSceneId
Description copied from interface:CfnSceneMixinPropsThe ID of the scene.- Specified by:
getSceneIdin interfaceCfnSceneMixinProps- See Also:
-
getSceneMetadata
Description copied from interface:CfnSceneMixinPropsThe scene metadata.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getSceneMetadatain interfaceCfnSceneMixinProps- See Also:
-
getTags
Description copied from interface:CfnSceneMixinPropsThe ComponentType tags.- Specified by:
getTagsin interfaceCfnSceneMixinProps- See Also:
-
getWorkspaceId
Description copied from interface:CfnSceneMixinPropsThe ID of the workspace.- Specified by:
getWorkspaceIdin interfaceCfnSceneMixinProps- 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()
-