Class ExcludeShapesByTag.Config
java.lang.Object
software.amazon.smithy.build.transforms.ExcludeShapesByTag.Config
- Enclosing class:
- ExcludeShapesByTag
excludeShapesByTag
configuration.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getTags
Gets the set of tags that causes shapes to be removed.- Returns:
- Returns the removal tags.
-
setTags
Sets the set of tags that causes shapes to be removed.- Parameters:
tags
- Tags that cause shapes to be removed.
-