@Stability(value=Experimental) @Internal public static final class StateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StateProps
StatePropssoftware.amazon.jsii.JsiiObject.InitializationModeStateProps.Builder, StateProps.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.
|
protected |
Jsii$Proxy(String comment,
String inputPath,
String outputPath,
Map<String,? extends Object> parameters,
String resultPath,
Map<String,? extends Object> resultSelector)
Constructor that initializes the object based on literal property values passed by the
StateProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
(experimental) A comment describing this state.
|
String |
getInputPath()
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
String |
getOutputPath()
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Map<String,Object> |
getParameters()
(experimental) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Map<String,Object> |
getResultSelector()
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getComment()
StatePropsDefault: No comment
getComment in interface StatePropspublic final String getInputPath()
StatePropsMay also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath in interface StatePropspublic final String getOutputPath()
StatePropsMay also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath in interface StatePropspublic final Map<String,Object> getParameters()
StatePropsDefault: No parameters
getParameters in interface StatePropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameterspublic final String getResultPath()
StatePropsMay also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath in interface StatePropspublic final Map<String,Object> getResultSelector()
StatePropsYou 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 StatePropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.