Class JsonPathCommonOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.JsonPathCommonOptions.Jsii$Proxy
- All Implemented Interfaces:
JsonPathCommonOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
JsonPathCommonOptions
@Stability(Stable)
@Internal
public static final class JsonPathCommonOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements JsonPathCommonOptions
An implementation for
JsonPathCommonOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.JsonPathCommonOptions
JsonPathCommonOptions.Builder, JsonPathCommonOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(JsonPathCommonOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theJsonPathCommonOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theJsonPathCommonOptions.Builder.
-
-
Method Details
-
getInputPath
Description copied from interface:JsonPathCommonOptionsJSONPath expression to select part of the state to be the input to this state.May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
- Specified by:
getInputPathin interfaceJsonPathCommonOptions
-
getOutputPath
Description copied from interface:JsonPathCommonOptionsJSONPath expression to select part of the state to be the output to this state.May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
- Specified by:
getOutputPathin interfaceJsonPathCommonOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-