@Stability(value=Stable)
public static interface CfnRobotApplication.RobotSoftwareSuiteProperty
extends software.amazon.jsii.JsiiSerializable
// 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")
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRobotApplication.RobotSoftwareSuiteProperty.Builder
A builder for
CfnRobotApplication.RobotSoftwareSuiteProperty |
static class |
CfnRobotApplication.RobotSoftwareSuiteProperty.Jsii$Proxy
An implementation for
CfnRobotApplication.RobotSoftwareSuiteProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRobotApplication.RobotSoftwareSuiteProperty.Builder |
builder() |
String |
getName()
`CfnRobotApplication.RobotSoftwareSuiteProperty.Name`.
|
String |
getVersion()
`CfnRobotApplication.RobotSoftwareSuiteProperty.Version`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) static CfnRobotApplication.RobotSoftwareSuiteProperty.Builder builder()
Copyright © 2021. All rights reserved.