public final class RetryableTrait extends AbstractTrait implements ToSmithyBuilder<RetryableTrait>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryableTrait.Builder
Builds a
RetryableTrait trait. |
static class |
RetryableTrait.Provider |
| Modifier and Type | Method and Description |
|---|---|
static RetryableTrait.Builder |
builder()
Creates a builder for a retryable trait.
|
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
boolean |
equals(java.lang.Object other) |
boolean |
getThrottling() |
int |
hashCode() |
RetryableTrait.Builder |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
getSourceLocation, setNodeCache, toNode, toShapeId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitflatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteNamepublic static final ShapeId ID
public static RetryableTrait.Builder builder()
public boolean getThrottling()
public RetryableTrait.Builder toBuilder()
ToSmithyBuildertoBuilder in interface ToSmithyBuilder<RetryableTrait>protected Node createNode()
AbstractTraitcreateNode in class AbstractTraitpublic boolean equals(java.lang.Object other)
equals in class AbstractTraitpublic int hashCode()
hashCode in class AbstractTrait