public static final class AfterwardsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AfterwardsOptions
AfterwardsOptions
AfterwardsOptions.Builder, AfterwardsOptions.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.Boolean |
getIncludeErrorHandlers()
Whether to include error handling states.
|
java.lang.Boolean |
getIncludeOtherwise()
Whether to include the default/otherwise transition for the current Choice state.
|
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 java.lang.Boolean getIncludeErrorHandlers()
AfterwardsOptions
If this is true, all states which are error handlers (added through 'onError') and states reachable via error handlers will be included as well.
Default: false
getIncludeErrorHandlers
in interface AfterwardsOptions
public final java.lang.Boolean getIncludeOtherwise()
AfterwardsOptions
If this is true and the current Choice does not have a default outgoing transition, one will be added included when .next() is called on the chain.
Default: false
getIncludeOtherwise
in interface AfterwardsOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()