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.Returns union: either
IResolvableorCfnSimulationApplication.RobotSoftwareSuiteProperty- Specified by:
getRobotSoftwareSuitein interfaceCfnSimulationApplicationProps- See Also:
-
getSimulationSoftwareSuite
Description copied from interface:CfnSimulationApplicationPropsThe simulation software suite used by the simulation application.Returns union: either
IResolvableorCfnSimulationApplication.SimulationSoftwareSuiteProperty- Specified by:
getSimulationSoftwareSuitein interfaceCfnSimulationApplicationProps- See Also:
-
getCurrentRevisionId
Description copied from interface:CfnSimulationApplicationPropsThe current revision id.- Specified by:
getCurrentRevisionIdin interfaceCfnSimulationApplicationProps- See Also:
-
getEnvironment
Description copied from interface:CfnSimulationApplicationPropsThe environment of the simulation application.- Specified by:
getEnvironmentin interfaceCfnSimulationApplicationProps- See Also:
-
getName
Description copied from interface:CfnSimulationApplicationPropsThe name of the simulation application.- Specified by:
getNamein interfaceCfnSimulationApplicationProps- See Also:
-
getRenderingEngine
Description copied from interface:CfnSimulationApplicationPropsThe rendering engine for the simulation application.Returns union: either
IResolvableorCfnSimulationApplication.RenderingEngineProperty- Specified by:
getRenderingEnginein interfaceCfnSimulationApplicationProps- See Also:
-
getSources
Description copied from interface:CfnSimulationApplicationPropsThe sources of the simulation application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSimulationApplication.SourceConfigProperty>- Specified by:
getSourcesin interfaceCfnSimulationApplicationProps- See Also:
-
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- 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()
-