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