Class ExcludeShapesBySelector.Config
- java.lang.Object
-
- software.amazon.smithy.build.transforms.ExcludeShapesBySelector.Config
-
- Enclosing class:
- ExcludeShapesBySelector
public static final class ExcludeShapesBySelector.Config extends java.lang.ObjectexcludeShapesBySelectorconfiguration.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectorgetSelector()Gets the selector used to filter the shapes.voidsetSelector(Selector selector)Sets the selector used to filter the shapes.
-
-
-
Method Detail
-
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.
-
-