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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
flatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteName
public static final ShapeId ID
public static RetryableTrait.Builder builder()
public boolean getThrottling()
public RetryableTrait.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<RetryableTrait>
protected Node createNode()
AbstractTrait
createNode
in class AbstractTrait
public boolean equals(java.lang.Object other)
equals
in class AbstractTrait
public int hashCode()
hashCode
in class AbstractTrait