public final class TimestampShape extends SimpleShape implements ToSmithyBuilder<TimestampShape>
timestamp
shape.Modifier and Type | Class and Description |
---|---|
static class |
TimestampShape.Builder
Builder used to create a
TimestampShape . |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ShapeVisitor<R> cases)
Dispatches the shape to the appropriate
ShapeVisitor method. |
java.util.Optional<TimestampShape> |
asTimestampShape() |
static TimestampShape.Builder |
builder() |
ShapeType |
getType()
Gets the type of the shape.
|
TimestampShape.Builder |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
asBigDecimalShape, asBigIntegerShape, asBlobShape, asBooleanShape, asByteShape, asDocumentShape, asDoubleShape, asFloatShape, asIntegerShape, asListShape, asLongShape, asMapShape, asMemberShape, asOperationShape, asResourceShape, asServiceShape, asSetShape, asShortShape, asStringShape, asStructureShape, asUnionShape, compareTo, equals, expectTrait, findMemberTrait, findTrait, findTrait, getAllTraits, getId, getMemberTrait, getSourceLocation, getTags, getTrait, hashCode, hasTrait, hasTrait, hasTrait, isBigDecimalShape, isBigIntegerShape, isBlobShape, isBooleanShape, isByteShape, isDocumentShape, isDoubleShape, isFloatShape, isIntegerShape, isListShape, isLongShape, isMapShape, isMemberShape, isOperationShape, isResourceShape, isServiceShape, isSetShape, isShortShape, isStringShape, isStructureShape, isTimestampShape, isUnionShape, members, shapeToBuilder, toShapeId, toString
public static TimestampShape.Builder builder()
public TimestampShape.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<TimestampShape>
public <R> R accept(ShapeVisitor<R> cases)
Shape
ShapeVisitor
method.public java.util.Optional<TimestampShape> asTimestampShape()
asTimestampShape
in class Shape
TimestampShape
.