Class ExcludeTraitsByTag.Config
java.lang.Object
software.amazon.smithy.build.transforms.ExcludeTraitsByTag.Config
- Enclosing class:
- ExcludeTraitsByTag
excludeTraitsByTag
configuration settings.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTags
- Returns:
- the list of tags that, if present, cause the trait to be removed.
-
setTags
Sets the list of tags that, if present, cause the trait to be removed.- Parameters:
tags
- Tags to set.
-