Class CfnStateMachineVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.CfnStateMachineVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStateMachineVersionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStateMachineVersionProps
@Stability(Stable)
@Internal
public static final class CfnStateMachineVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStateMachineVersionProps
An implementation for
CfnStateMachineVersionProps-
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.CfnStateMachineVersionProps
CfnStateMachineVersionProps.Builder, CfnStateMachineVersionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStateMachineVersionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn optional description of the state machine version.final StringThe Amazon Resource Name (ARN) of the state machine.final StringIdentifier for a state machine revision, which is an immutable, read-only snapshot of a state machine’s definition and configuration.final inthashCode()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 theCfnStateMachineVersionProps.Builder.
-
-
Method Details
-
getStateMachineArn
Description copied from interface:CfnStateMachineVersionPropsThe Amazon Resource Name (ARN) of the state machine.- Specified by:
getStateMachineArnin interfaceCfnStateMachineVersionProps- See Also:
-
getDescription
Description copied from interface:CfnStateMachineVersionPropsAn optional description of the state machine version.- Specified by:
getDescriptionin interfaceCfnStateMachineVersionProps- See Also:
-
getStateMachineRevisionId
Description copied from interface:CfnStateMachineVersionPropsIdentifier for a state machine revision, which is an immutable, read-only snapshot of a state machine’s definition and configuration.Only publish the state machine version if the current state machine's revision ID matches the specified ID. Use this option to avoid publishing a version if the state machine has changed since you last updated it.
To specify the initial state machine revision, set the value as
INITIAL.- Specified by:
getStateMachineRevisionIdin interfaceCfnStateMachineVersionProps- See Also:
-
$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()
-