Class StructureShape

java.lang.Object
software.amazon.smithy.model.shapes.Shape
software.amazon.smithy.model.shapes.StructureShape
All Implemented Interfaces:
Comparable<Shape>, FromSourceLocation, ToShapeId, Tagged, ToSmithyBuilder<StructureShape>

public final class StructureShape extends Shape implements ToSmithyBuilder<StructureShape>
Structure shape that maps shape names to members.
  • Method Details