@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-02-19T00:19:34.293Z") @Stability(value=Stable) public interface IChainable extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IChainable.Jsii$Default
Internal default implementation for
IChainable. |
static class |
IChainable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<INextable> |
getEndStates()
The chainable end state(s) of this chainable.
|
String |
getId()
Descriptive identifier for this chainable.
|
State |
getStartState()
The start state of this chainable.
|
@Stability(value=Stable) @NotNull List<INextable> getEndStates()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull State getStartState()
Copyright © 2022. All rights reserved.