Class IncludeShapesBySelector.Config
- java.lang.Object
- 
- software.amazon.smithy.build.transforms.IncludeShapesBySelector.Config
 
- 
- Enclosing class:
- IncludeShapesBySelector
 
 public static final class IncludeShapesBySelector.Config extends java.lang.ObjectincludeShapesBySelectorconfiguration.
- 
- 
Constructor SummaryConstructors Constructor Description Config()
 - 
Method SummaryAll 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- 
getSelectorpublic Selector getSelector() Gets the selector used to filter the shapes.- Returns:
- The selector used to filter the shapes.
 
 - 
setSelectorpublic void setSelector(Selector selector) Sets the selector used to filter the shapes.- Parameters:
- selector- The selector used to filter the shapes.
 
 
- 
 
-