software.amazon.jsii.JsiiObject.InitializationMode
PassProps.Builder, PassProps.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,
Result result,
String resultPath)
Constructor that initializes the object based on literal property values passed by the
PassProps.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.
|
Map<String,Object> |
getParameters()
(experimental) Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
Result |
getResult()
(experimental) If given, treat as the result of this operation.
|
String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final String getComment()
PassProps
Default: No comment
getComment
in interface PassProps
public final String getInputPath()
PassProps
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath
in interface PassProps
public final String getOutputPath()
PassProps
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath
in interface PassProps
public final Map<String,Object> getParameters()
PassProps
Default: No parameters
getParameters
in interface PassProps
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters
public final Result getResult()
PassProps
Can be used to inject or replace the current execution state.
Default: No injected result
public final String getResultPath()
PassProps
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath
in interface PassProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.