Class ExcludeTags.Config

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

public static final class ExcludeTags.Config extends Object
excludeTags configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Gets the set of tags that are removed from the model.
      Returns:
      Returns the tags to remove.
    • setTags

      public void setTags(Set<String> tags)
      Sets the set of tags that are removed from the model.
      Parameters:
      tags - The tags to remove from the model.