Class CfnSimulationApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.robomaker.CfnSimulationApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSimulationApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSimulationApplicationProps
@Stability(Stable)
@Internal
public static final class CfnSimulationApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSimulationApplicationProps
An implementation for
CfnSimulationApplicationProps-
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.robomaker.CfnSimulationApplicationProps
CfnSimulationApplicationProps.Builder, CfnSimulationApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSimulationApplicationProps.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 StringThe current revision id.final StringThe environment of the simulation application.final StringgetName()The name of the simulation application.final ObjectThe rendering engine for the simulation application.final ObjectThe robot software suite used by the simulation application.final ObjectThe simulation software suite used by the simulation application.final ObjectThe sources of the simulation application.getTags()A map that contains tag keys and tag values that are attached to the simulation application.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 theCfnSimulationApplicationProps.Builder.
-
-
Method Details
-
getRobotSoftwareSuite
Description copied from interface:CfnSimulationApplicationPropsThe robot software suite used by the simulation application.- Specified by:
getRobotSoftwareSuitein interfaceCfnSimulationApplicationProps
-
getSimulationSoftwareSuite
Description copied from interface:CfnSimulationApplicationPropsThe simulation software suite used by the simulation application.- Specified by:
getSimulationSoftwareSuitein interfaceCfnSimulationApplicationProps
-
getCurrentRevisionId
Description copied from interface:CfnSimulationApplicationPropsThe current revision id.- Specified by:
getCurrentRevisionIdin interfaceCfnSimulationApplicationProps
-
getEnvironment
Description copied from interface:CfnSimulationApplicationPropsThe environment of the simulation application.- Specified by:
getEnvironmentin interfaceCfnSimulationApplicationProps
-
getName
Description copied from interface:CfnSimulationApplicationPropsThe name of the simulation application.- Specified by:
getNamein interfaceCfnSimulationApplicationProps
-
getRenderingEngine
Description copied from interface:CfnSimulationApplicationPropsThe rendering engine for the simulation application.- Specified by:
getRenderingEnginein interfaceCfnSimulationApplicationProps
-
getSources
Description copied from interface:CfnSimulationApplicationPropsThe sources of the simulation application.- Specified by:
getSourcesin interfaceCfnSimulationApplicationProps
-
getTags
Description copied from interface:CfnSimulationApplicationPropsA map that contains tag keys and tag values that are attached to the simulation application.- Specified by:
getTagsin interfaceCfnSimulationApplicationProps
-
$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()
-