Class IncludeTraitsByTag.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeTraitsByTag.Config
- Enclosing class:
- IncludeTraitsByTag
includeTraitsByTag
configuration settings.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTags
- Returns:
- the list of tags that must be present for a trait to be kept.
-
setTags
Sets the list of tags that must be present for a trait to be included in the filtered model.- Parameters:
tags
- Tags to set.
-