Class ByteShape

All Implemented Interfaces:
Comparable<Shape>, FromSourceLocation, ToShapeId, Tagged, ToSmithyBuilder<ByteShape>

public final class ByteShape extends NumberShape implements ToSmithyBuilder<ByteShape>
Represents a byte shape.
  • Method Details

    • builder

      public static ByteShape.Builder builder()
    • toBuilder

      public ByteShape.Builder toBuilder()
      Description copied from interface: ToSmithyBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToSmithyBuilder<ByteShape>
      Returns:
      a builder for type T
    • accept

      public <R> R accept(ShapeVisitor<R> visitor)
      Description copied from class: Shape
      Dispatches the shape to the appropriate ShapeVisitor method.
      Specified by:
      accept in class Shape
      Type Parameters:
      R - Return type of the accept.
      Parameters:
      visitor - ShapeVisitor to use.
      Returns:
      Returns the result.
    • asByteShape

      public Optional<ByteShape> asByteShape()
      Overrides:
      asByteShape in class Shape
      Returns:
      Optionally returns the shape as a ByteShape.
    • getType

      public ShapeType getType()
      Description copied from class: Shape
      Gets the type of the shape.
      Specified by:
      getType in class Shape
      Returns:
      Returns the type;