Class TransformConfig

  • All Implemented Interfaces:
    software.amazon.smithy.model.node.ToNode

    public final class TransformConfig
    extends java.lang.Object
    implements software.amazon.smithy.model.node.ToNode
    Transform configuration found in a projection.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the projection.
      • getArgs

        public java.util.List<java.lang.String> getArgs()
        Returns:
        Gets the args.
      • toNode

        public software.amazon.smithy.model.node.Node toNode()
        Specified by:
        toNode in interface software.amazon.smithy.model.node.ToNode