Class ExcludeTraitsByTag.Config

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

public static final class ExcludeTraitsByTag.Config extends Object
excludeTraitsByTag configuration settings.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Returns:
      the list of tags that, if present, cause the trait to be removed.
    • setTags

      public void setTags(Set<String> tags)
      Sets the list of tags that, if present, cause the trait to be removed.
      Parameters:
      tags - Tags to set.