Class EnumTrait

    • Field Detail

      • ID

        public static final ShapeId ID
    • Method Detail

      • getValues

        public java.util.Map<java.lang.String,​EnumConstantBody> getValues()
        Gets the enum value to body.
        Returns:
        returns the enum constant mapping.
      • hasNames

        public boolean hasNames()
        Checks if all of the constants of an enum define a name.

        Note that either all constants must have a name or no constants can have a name.

        Returns:
        Returns true if all constants define a name.
      • 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 EnumTrait.Builder toBuilder()
        Specified by:
        toBuilder in interface software.amazon.smithy.utils.ToSmithyBuilder<EnumTrait>
      • builder

        public static EnumTrait.Builder builder()
        Returns:
        Returns an enum trait builder.