public final class AwsQueryErrorTrait extends AbstractTrait implements ToSmithyBuilder<AwsQueryErrorTrait>
Modifier and Type | Class and Description |
---|---|
static class |
AwsQueryErrorTrait.Builder
Builder used to create an AwsQueryErrorTrait.
|
static class |
AwsQueryErrorTrait.Provider |
Constructor and Description |
---|
AwsQueryErrorTrait(AwsQueryErrorTrait.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static AwsQueryErrorTrait.Builder |
builder() |
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
java.lang.String |
getCode() |
int |
getHttpResponseCode() |
SmithyBuilder<AwsQueryErrorTrait> |
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 AwsQueryErrorTrait(AwsQueryErrorTrait.Builder builder)
public java.lang.String getCode()
public int getHttpResponseCode()
protected Node createNode()
AbstractTrait
createNode
in class AbstractTrait
public SmithyBuilder<AwsQueryErrorTrait> toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<AwsQueryErrorTrait>
public static AwsQueryErrorTrait.Builder builder()