Class ExcludeShapesBySelector.Config
java.lang.Object
software.amazon.smithy.build.transforms.ExcludeShapesBySelector.Config
- Enclosing class:
 - ExcludeShapesBySelector
 
excludeShapesBySelector configuration.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the selector used to filter the shapes.voidsetSelector(Selector selector) Sets the selector used to filter the shapes. 
- 
Constructor Details
- 
Config
public Config() 
 - 
 - 
Method Details
- 
getSelector
Gets the selector used to filter the shapes.- Returns:
 - The selector used to filter the shapes.
 
 - 
setSelector
Sets the selector used to filter the shapes.- Parameters:
 selector- The selector used to filter the shapes.
 
 -