Class IncludeShapesBySelector.Config

java.lang.Object
software.amazon.smithy.build.transforms.IncludeShapesBySelector.Config
Enclosing class:
IncludeShapesBySelector

public static final class IncludeShapesBySelector.Config extends Object
includeShapesBySelector configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getSelector

      public Selector getSelector()
      Gets the selector used to filter the shapes.
      Returns:
      The selector used to filter the shapes.
    • setSelector

      public void setSelector(Selector selector)
      Sets the selector used to filter the shapes.
      Parameters:
      selector - The selector used to filter the shapes.