@Stability(value=Experimental) public static final class AfterwardsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AfterwardsOptions
AfterwardsOptionssoftware.amazon.jsii.JsiiObject.InitializationModeAfterwardsOptions.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(Object o) |
Boolean |
getIncludeErrorHandlers()
Whether to include error handling states.
|
Boolean |
getIncludeOtherwise()
Whether to include the default/otherwise transition for the current Choice state.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getIncludeErrorHandlers()
AfterwardsOptionsIf 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
EXPERIMENTAL
getIncludeErrorHandlers in interface AfterwardsOptionspublic Boolean getIncludeOtherwise()
AfterwardsOptionsIf 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
EXPERIMENTAL
getIncludeOtherwise in interface AfterwardsOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.