@Stability(value=Experimental) public static final class SingleStateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SingleStateOptions
SingleStateOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSingleStateOptions.Builder, SingleStateOptions.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(Object o) |
String |
getComment()
An optional description for this state.
|
String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
String |
getPrefixStates()
String to prefix all stateIds in the state machine with.
|
String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
String |
getStateId()
ID of newly created containing state.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getPrefixStates()
SingleStateOptionsDefault: stateId
EXPERIMENTAL
getPrefixStates in interface SingleStateOptionspublic String getStateId()
SingleStateOptionsDefault: Construct ID of the StateMachineFragment
EXPERIMENTAL
getStateId in interface SingleStateOptionspublic String getComment()
ParallelPropsDefault: No comment
EXPERIMENTAL
getComment in interface ParallelPropspublic String getInputPath()
ParallelPropsMay also be the special value DISCARD, which will cause the effective input to be the empty object {}.
Default: $
EXPERIMENTAL
getInputPath in interface ParallelPropspublic String getOutputPath()
ParallelPropsMay also be the special value DISCARD, which will cause the effective output to be the empty object {}.
Default: $
EXPERIMENTAL
getOutputPath in interface ParallelPropspublic String getResultPath()
ParallelPropsMay also be the special value DISCARD, which will cause the state's input to become its output.
Default: $
EXPERIMENTAL
getResultPath in interface ParallelPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.