public static final class TransitionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransitionOptions
TransitionOptions
TransitionOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEventName()
(experimental) The name of the event.
|
java.util.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Expression getWhen()
TransitionOptions
When this was evaluated to true
, the state transition and the actions are triggered.
getWhen
in interface TransitionOptions
public final java.lang.String getEventName()
TransitionOptions
Default: string combining the names of the States as `${originStateName}_to_${targetStateName}`
getEventName
in interface TransitionOptions
public final java.util.List<IAction> getExecuting()
TransitionOptions
Default: - no actions will be performed
getExecuting
in interface TransitionOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()