public final class WaitableTrait extends AbstractTrait implements ToSmithyBuilder<WaitableTrait>
| Modifier and Type | Class and Description |
|---|---|
static class |
WaitableTrait.Builder |
static class |
WaitableTrait.Provider |
| Modifier and Type | Method and Description |
|---|---|
static WaitableTrait.Builder |
builder() |
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
java.util.Map<java.lang.String,Waiter> |
getWaiters()
Gets the waiters defined on the trait.
|
SmithyBuilder<WaitableTrait> |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitflatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteNamepublic static final ShapeId ID
public static WaitableTrait.Builder builder()
public SmithyBuilder<WaitableTrait> toBuilder()
ToSmithyBuildertoBuilder in interface ToSmithyBuilder<WaitableTrait>public java.util.Map<java.lang.String,Waiter> getWaiters()
protected Node createNode()
AbstractTraitcreateNode in class AbstractTrait