Class IncludeTraitsByTag.Config
- java.lang.Object
-
- software.amazon.smithy.build.transforms.IncludeTraitsByTag.Config
-
- Enclosing class:
- IncludeTraitsByTag
public static final class IncludeTraitsByTag.Config extends java.lang.Object
includeTraitsByTag
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 must be present for a trait to be included in the filtered model.
-
-
-
Method Detail
-
getTags
public java.util.Set<java.lang.String> getTags()
- Returns:
- the list of tags that must be present for a trait to be kept.
-
setTags
public void setTags(java.util.Set<java.lang.String> tags)
Sets the list of tags that must be present for a trait to be included in the filtered model.- Parameters:
tags
- Tags to set.
-
-