Class ExcludeTags.Config
java.lang.Object
software.amazon.smithy.build.transforms.ExcludeTags.Config
- Enclosing class:
- ExcludeTags
excludeTags
configuration.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTags
Gets the set of tags that are removed from the model.- Returns:
- Returns the tags to remove.
-
setTags
Sets the set of tags that are removed from the model.- Parameters:
tags
- The tags to remove from the model.
-