Interface CfnSimulationApplication.RobotSoftwareSuiteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSimulationApplication.RobotSoftwareSuiteProperty.Jsii$Proxy
- Enclosing class:
- CfnSimulationApplication
@Stability(Stable)
public static interface CfnSimulationApplication.RobotSoftwareSuiteProperty
extends software.amazon.jsii.JsiiSerializable
Information about a robot software suite.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.robomaker.*;
RobotSoftwareSuiteProperty robotSoftwareSuiteProperty = RobotSoftwareSuiteProperty.builder()
.name("name")
// the properties below are optional
.version("version")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSimulationApplication.RobotSoftwareSuitePropertystatic final classAn implementation forCfnSimulationApplication.RobotSoftwareSuiteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the robot software suite.Generalis the only supported value. -
getVersion
The version of the robot software suite.Not applicable for General software suite.
-
builder
-