@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.384Z") @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.