public static final class CfnSimulationApplicationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSimulationApplicationProps
CfnSimulationApplicationProps
CfnSimulationApplicationProps.Builder, CfnSimulationApplicationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCurrentRevisionId()
The current revision id.
|
java.lang.String |
getEnvironment()
The environment of the simulation application.
|
java.lang.String |
getName()
The name of the simulation application.
|
java.lang.Object |
getRenderingEngine()
The rendering engine for the simulation application.
|
java.lang.Object |
getRobotSoftwareSuite()
The robot software suite used by the simulation application.
|
java.lang.Object |
getSimulationSoftwareSuite()
The simulation software suite used by the simulation application.
|
java.lang.Object |
getSources()
The sources of the simulation application.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
A map that contains tag keys and tag values that are attached to the simulation application.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getRobotSoftwareSuite()
CfnSimulationApplicationProps
getRobotSoftwareSuite
in interface CfnSimulationApplicationProps
public final java.lang.Object getSimulationSoftwareSuite()
CfnSimulationApplicationProps
getSimulationSoftwareSuite
in interface CfnSimulationApplicationProps
public final java.lang.String getCurrentRevisionId()
CfnSimulationApplicationProps
getCurrentRevisionId
in interface CfnSimulationApplicationProps
public final java.lang.String getEnvironment()
CfnSimulationApplicationProps
getEnvironment
in interface CfnSimulationApplicationProps
public final java.lang.String getName()
CfnSimulationApplicationProps
getName
in interface CfnSimulationApplicationProps
public final java.lang.Object getRenderingEngine()
CfnSimulationApplicationProps
getRenderingEngine
in interface CfnSimulationApplicationProps
public final java.lang.Object getSources()
CfnSimulationApplicationProps
getSources
in interface CfnSimulationApplicationProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnSimulationApplicationProps
getTags
in interface CfnSimulationApplicationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()