Class ExcludeShapesByTag.Config

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

public static final class ExcludeShapesByTag.Config extends Object
excludeShapesByTag configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Gets the set of tags that causes shapes to be removed.
      Returns:
      Returns the removal tags.
    • setTags

      public void setTags(Set<String> tags)
      Sets the set of tags that causes shapes to be removed.
      Parameters:
      tags - Tags that cause shapes to be removed.