@Stability(value=Experimental) @Internal public static final class ParallelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ParallelProps
ParallelPropssoftware.amazon.jsii.JsiiObject.InitializationModeParallelProps.Builder, ParallelProps.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,
String resultPath,
Map<String,? extends Object> resultSelector)
Constructor that initializes the object based on literal property values passed by the
ParallelProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
(experimental) An optional description for 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.
|
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()
ParallelPropsDefault: No comment
getComment in interface ParallelPropspublic final String getInputPath()
ParallelPropsMay also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath in interface ParallelPropspublic final String getOutputPath()
ParallelPropsMay also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath in interface ParallelPropspublic final String getResultPath()
ParallelPropsMay also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath in interface ParallelPropspublic final Map<String,Object> getResultSelector()
ParallelPropsYou 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 ParallelPropshttps://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.