Class IncludeTraitsByTag.Config

java.lang.Object
software.amazon.smithy.build.transforms.IncludeTraitsByTag.Config
Enclosing class:
IncludeTraitsByTag

public static final class IncludeTraitsByTag.Config extends Object
includeTraitsByTag configuration settings.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Returns:
      the list of tags that must be present for a trait to be kept.
    • setTags

      public void setTags(Set<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.