@Stability(value=Experimental) @Internal public static final class TransitionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransitionOptions
TransitionOptionssoftware.amazon.jsii.JsiiObject.InitializationModeTransitionOptions.Builder, TransitionOptions.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(TransitionOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TransitionOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEventName()
(experimental) The name of the event.
|
List<IAction> |
getExecuting()
(experimental) The actions to be performed with the transition.
|
Expression |
getWhen()
(experimental) The condition that is used to determine to cause the state transition and the actions.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TransitionOptions.Builder builder)
TransitionOptions.Builder.public final Expression getWhen()
TransitionOptions
When this was evaluated to true, the state transition and the actions are triggered.
getWhen in interface TransitionOptionspublic final String getEventName()
TransitionOptionsDefault: string combining the names of the States as `${originStateName}_to_${targetStateName}`
getEventName in interface TransitionOptionspublic final List<IAction> getExecuting()
TransitionOptionsDefault: - no actions will be performed
getExecuting in interface TransitionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.