Class IncludeShapesBySelector.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeShapesBySelector.Config
- Enclosing class:
- IncludeShapesBySelector
includeShapesBySelector configuration.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the selector used to filter the shapes.voidsetSelector(Selector selector) Sets the selector used to filter the shapes.
- 
Constructor Details- 
Configpublic Config()
 
- 
- 
Method Details- 
getSelectorGets the selector used to filter the shapes.- Returns:
- The selector used to filter the shapes.
 
- 
setSelectorSets the selector used to filter the shapes.- Parameters:
- selector- The selector used to filter the shapes.
 
 
-