public final class SigV4Trait extends AbstractTrait implements ToSmithyBuilder<SigV4Trait>
| Modifier and Type | Class and Description |
|---|---|
static class |
SigV4Trait.Builder |
static class |
SigV4Trait.Provider |
| Modifier and Type | Method and Description |
|---|---|
static SigV4Trait.Builder |
builder() |
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
java.lang.String |
getName() |
SigV4Trait.Builder |
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 java.lang.String getName()
public static SigV4Trait.Builder builder()
public SigV4Trait.Builder toBuilder()
ToSmithyBuildertoBuilder in interface ToSmithyBuilder<SigV4Trait>protected Node createNode()
AbstractTraitcreateNode in class AbstractTrait