Class ExcludeShapesBySelector.Config

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

public static final class ExcludeShapesBySelector.Config extends Object
excludeShapesBySelector configuration.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.smithy.model.selector.Selector
    Gets the selector used to filter the shapes.
    void
    setSelector(software.amazon.smithy.model.selector.Selector selector)
    Sets the selector used to filter the shapes.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getSelector

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

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