Class CfnStateMachineVersionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.stepfunctions.CfnStateMachineVersionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStateMachineVersionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStateMachineVersionMixinProps
@Stability(Stable)
@Internal
public static final class CfnStateMachineVersionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStateMachineVersionMixinProps
An implementation for
CfnStateMachineVersionMixinProps-
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.cfnpropertymixins.services.stepfunctions.CfnStateMachineVersionMixinProps
CfnStateMachineVersionMixinProps.Builder, CfnStateMachineVersionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStateMachineVersionMixinProps.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 theCfnStateMachineVersionMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnStateMachineVersionMixinPropsAn optional description of the state machine version.- Specified by:
getDescriptionin interfaceCfnStateMachineVersionMixinProps- See Also:
-
getStateMachineArn
Description copied from interface:CfnStateMachineVersionMixinPropsThe Amazon Resource Name (ARN) of the state machine.- Specified by:
getStateMachineArnin interfaceCfnStateMachineVersionMixinProps- See Also:
-
getStateMachineRevisionId
Description copied from interface:CfnStateMachineVersionMixinPropsIdentifier 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 interfaceCfnStateMachineVersionMixinProps- 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()
-