Class ExcludeTraitsByTag.Config
- java.lang.Object
-
- software.amazon.smithy.build.transforms.ExcludeTraitsByTag.Config
-
- Enclosing class:
- ExcludeTraitsByTag
public static final class ExcludeTraitsByTag.Config extends java.lang.Object
excludeTraitsByTag
configuration settings.
-
-
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()
void
setTags(java.util.Set<java.lang.String> tags)
Sets the list of tags that, if present, cause the trait to be removed.
-
-
-
Method Detail
-
getTags
public java.util.Set<java.lang.String> getTags()
- Returns:
- the list of tags that, if present, cause the trait to be removed.
-
setTags
public void setTags(java.util.Set<java.lang.String> tags)
Sets the list of tags that, if present, cause the trait to be removed.- Parameters:
tags
- Tags to set.
-
-