Class EmitNoneSelectorValidator.Config
java.lang.Object
software.amazon.smithy.model.validation.linters.EmitNoneSelectorValidator.Config
- Enclosing class:
- EmitNoneSelectorValidator
EmitNoneSelector configuration settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the selector that if no shapes match, a validation event is emitted.void
setSelector
(Selector selector)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getSelector
Gets the selector that if no shapes match, a validation event is emitted.- Returns:
- Returns the selector.
-
setSelector
-