@Stability(value=Experimental) @Internal 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(Boolean includeErrorHandlers,
Boolean includeOtherwise)
Constructor that initializes the object based on literal property values passed by the
AfterwardsOptions.Builder. |
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()
(experimental) Whether to include error handling states.
|
Boolean |
getIncludeOtherwise()
(experimental) 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, 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(Boolean includeErrorHandlers, Boolean includeOtherwise)
AfterwardsOptions.Builder.public final 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
getIncludeErrorHandlers in interface AfterwardsOptionspublic final 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
getIncludeOtherwise in interface AfterwardsOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.