@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-12T14:21:29.712Z") public interface CfnSimulationApplicationVersionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSimulationApplicationVersionProps.Builder
A builder for
CfnSimulationApplicationVersionProps |
static class |
CfnSimulationApplicationVersionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnSimulationApplicationVersionProps.Builder |
builder() |
String |
getApplication()
``AWS::RoboMaker::SimulationApplicationVersion.Application``
|
String |
getCurrentRevisionId()
``AWS::RoboMaker::SimulationApplicationVersion.CurrentRevisionId``
|
void |
setApplication(String value)
``AWS::RoboMaker::SimulationApplicationVersion.Application``
|
void |
setCurrentRevisionId(String value)
``AWS::RoboMaker::SimulationApplicationVersion.CurrentRevisionId``
|
String getApplication()
void setApplication(String value)
String getCurrentRevisionId()
void setCurrentRevisionId(String value)
static CfnSimulationApplicationVersionProps.Builder builder()
Copyright © 2019. All rights reserved.