java.lang.Object
software.amazon.smithy.rulesengine.language.evaluation.type.TupleType
All Implemented Interfaces:
Type

public final class TupleType extends Object
A "tuple" type, containing members of varying types.
  • Method Details

    • getMemberTypes

      public List<Type> getMemberTypes()
      Gets the types of each member in the tuple.
      Returns:
      the types of each member in the tuple.
    • expectTupleType

      public TupleType expectTupleType() throws InnerParseError
      Throws:
      InnerParseError
    • equals

      public boolean equals(Object obj)
    • hashCode

      public int hashCode()
    • toString

      public String toString()