Class RangeTrait

    • Field Detail

      • ID

        public static final ShapeId ID
    • Method Detail

      • getMin

        public java.util.Optional<java.math.BigDecimal> getMin()
        Gets the min value.
        Returns:
        returns the optional min value.
      • getMax

        public java.util.Optional<java.math.BigDecimal> getMax()
        Gets the max value.
        Returns:
        returns the optional max value.
      • createNode

        protected Node createNode()
        Description copied from class: AbstractTrait
        The result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.
        Specified by:
        createNode in class AbstractTrait
        Returns:
        Returns the trait as a node.
      • toBuilder

        public RangeTrait.Builder toBuilder()
        Specified by:
        toBuilder in interface software.amazon.smithy.utils.ToSmithyBuilder<RangeTrait>
      • builder

        public static RangeTrait.Builder builder()
        Returns:
        Returns a new RangeTrait builder.