public static final class SingleStateOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SingleStateOptions
SingleStateOptions
SingleStateOptions.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(java.lang.Object o) |
java.lang.String |
getComment()
An optional description for this state.
|
java.lang.String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
java.lang.String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
java.lang.String |
getPrefixStates()
String to prefix all stateIds in the state machine with.
|
java.lang.String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResultSelector()
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
java.lang.String |
getStateId()
ID of newly created containing state.
|
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.String getPrefixStates()
SingleStateOptions
Default: stateId
getPrefixStates
in interface SingleStateOptions
public final java.lang.String getStateId()
SingleStateOptions
Default: Construct ID of the StateMachineFragment
getStateId
in interface SingleStateOptions
public final java.lang.String getComment()
ParallelProps
Default: No comment
getComment
in interface ParallelProps
public final java.lang.String getInputPath()
ParallelProps
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath
in interface ParallelProps
public final java.lang.String getOutputPath()
ParallelProps
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath
in interface ParallelProps
public final java.lang.String getResultPath()
ParallelProps
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath
in interface ParallelProps
public final java.util.Map<java.lang.String,java.lang.Object> getResultSelector()
ParallelProps
You can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
getResultSelector
in interface ParallelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()