@Stability(value=Stable) @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(ParallelProps.Builder builder)
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()
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 |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
Map<String,Object> |
getResultSelector()
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.protected Jsii$Proxy(ParallelProps.Builder builder)
ParallelProps.Builder.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 ParallelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.