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.
|
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.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
Result |
getResult()
If given, treat as the result of this operation.
|
java.lang.String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getComment()
PassProps
Default: No comment
getComment
in interface PassProps
public final java.lang.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 java.lang.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 java.util.Map<java.lang.String,java.lang.Object> getParameters()
PassProps
Default: No parameters
getParameters
in interface PassProps
public final Result getResult()
PassProps
Can be used to inject or replace the current execution state.
Default: No injected result
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()