public final class StructureShape extends Shape implements software.amazon.smithy.utils.ToSmithyBuilder<StructureShape>
| Modifier and Type | Class and Description |
|---|---|
static class |
StructureShape.Builder
Builder used to create a
StructureShape. |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(ShapeVisitor<R> visitor)
Dispatches the shape to the appropriate
ShapeVisitor method. |
java.util.Optional<StructureShape> |
asStructureShape() |
static StructureShape.Builder |
builder() |
java.util.Map<java.lang.String,MemberShape> |
getAllMembers()
Gets the members of the shape, including mixin members.
|
ShapeType |
getType()
Gets the type of the shape.
|
StructureShape.Builder |
toBuilder() |
asBigDecimalShape, asBigIntegerShape, asBlobShape, asBooleanShape, asByteShape, asDocumentShape, asDoubleShape, asEnumShape, asFloatShape, asIntegerShape, asIntEnumShape, asListShape, asLongShape, asMapShape, asMemberShape, asOperationShape, asResourceShape, asServiceShape, asSetShape, asShortShape, asStringShape, asTimestampShape, asUnionShape, compareTo, equals, expectTrait, findMemberTrait, findTrait, findTrait, getAllTraits, getId, getIntroducedTraits, getMember, getMemberNames, getMemberTrait, getMixins, getRequiredMembers, getSourceLocation, getTags, getTrait, hashCode, hasTrait, hasTrait, hasTrait, isBigDecimalShape, isBigIntegerShape, isBlobShape, isBooleanShape, isByteShape, isDocumentShape, isDoubleShape, isEnumShape, isFloatShape, isIntegerShape, isIntEnumShape, isListShape, isLongShape, isMapShape, isMemberShape, isOperationShape, isResourceShape, isServiceShape, isSetShape, isShortShape, isStringShape, isStructureShape, isTimestampShape, isUnionShape, members, shapeToBuilder, toShapeId, toString, validateMemberShapeIds, validateMixinsclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparepublic static StructureShape.Builder builder()
public StructureShape.Builder toBuilder()
toBuilder in interface software.amazon.smithy.utils.ToSmithyBuilder<StructureShape>public <R> R accept(ShapeVisitor<R> visitor)
ShapeShapeVisitor method.public java.util.Optional<StructureShape> asStructureShape()
asStructureShape in class ShapeStructureShape.public java.util.Map<java.lang.String,MemberShape> getAllMembers()
ShapegetAllMembers in class Shape