Class CfnSimulationApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnSimulationApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSimulationApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSimulationApplicationMixinProps
@Stability(Stable)
@Internal
public static final class CfnSimulationApplicationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSimulationApplicationMixinProps
An implementation for
CfnSimulationApplicationMixinProps-
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.robomaker.CfnSimulationApplicationMixinProps
CfnSimulationApplicationMixinProps.Builder, CfnSimulationApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSimulationApplicationMixinProps.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 theCfnSimulationApplicationMixinProps.Builder.
-
-
Method Details
-
getCurrentRevisionId
Description copied from interface:CfnSimulationApplicationMixinPropsThe current revision id.- Specified by:
getCurrentRevisionIdin interfaceCfnSimulationApplicationMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnSimulationApplicationMixinPropsThe environment of the simulation application.- Specified by:
getEnvironmentin interfaceCfnSimulationApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnSimulationApplicationMixinPropsThe name of the simulation application.- Specified by:
getNamein interfaceCfnSimulationApplicationMixinProps- See Also:
-
getRenderingEngine
Description copied from interface:CfnSimulationApplicationMixinPropsThe rendering engine for the simulation application.Returns union: either
IResolvableorCfnSimulationApplicationPropsMixin.RenderingEngineProperty- Specified by:
getRenderingEnginein interfaceCfnSimulationApplicationMixinProps- See Also:
-
getRobotSoftwareSuite
Description copied from interface:CfnSimulationApplicationMixinPropsThe robot software suite used by the simulation application.Returns union: either
IResolvableorCfnSimulationApplicationPropsMixin.RobotSoftwareSuiteProperty- Specified by:
getRobotSoftwareSuitein interfaceCfnSimulationApplicationMixinProps- See Also:
-
getSimulationSoftwareSuite
Description copied from interface:CfnSimulationApplicationMixinPropsThe simulation software suite used by the simulation application.Returns union: either
IResolvableorCfnSimulationApplicationPropsMixin.SimulationSoftwareSuiteProperty- Specified by:
getSimulationSoftwareSuitein interfaceCfnSimulationApplicationMixinProps- See Also:
-
getSources
Description copied from interface:CfnSimulationApplicationMixinPropsThe sources of the simulation application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSimulationApplicationPropsMixin.SourceConfigProperty>- Specified by:
getSourcesin interfaceCfnSimulationApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnSimulationApplicationMixinPropsA map that contains tag keys and tag values that are attached to the simulation application.- Specified by:
getTagsin interfaceCfnSimulationApplicationMixinProps- 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()
-