Class IncludeTags.Config
java.lang.Object
software.amazon.smithy.build.transforms.IncludeTags.Config
- Enclosing class:
- IncludeTags
includeTags
configuration.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTags
Gets the set of tags that are retained in the model.- Returns:
- Returns the tags to retain.
-
setTags
Sets the set of tags that are retained in the model.- Parameters:
tags
- The tags to retain in the model.
-