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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
flatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteName
public static final ShapeId ID
public java.lang.String getName()
public static SigV4Trait.Builder builder()
public SigV4Trait.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<SigV4Trait>
protected Node createNode()
AbstractTrait
createNode
in class AbstractTrait