Class ExcludeShapesByTag.Config
- java.lang.Object
-
- software.amazon.smithy.build.transforms.ExcludeShapesByTag.Config
-
- Enclosing class:
- ExcludeShapesByTag
public static final class ExcludeShapesByTag.Config extends java.lang.Object
excludeShapesByTag
configuration.
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getTags()
Gets the set of tags that causes shapes to be removed.void
setTags(java.util.Set<java.lang.String> tags)
Sets the set of tags that causes shapes to be removed.
-
-
-
Method Detail
-
getTags
public java.util.Set<java.lang.String> getTags()
Gets the set of tags that causes shapes to be removed.- Returns:
- Returns the removal tags.
-
setTags
public void setTags(java.util.Set<java.lang.String> tags)
Sets the set of tags that causes shapes to be removed.- Parameters:
tags
- Tags that cause shapes to be removed.
-
-