Class IncludeTags.Config

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

public static final class IncludeTags.Config extends Object
includeTags configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Gets the set of tags that are retained in the model.
      Returns:
      Returns the tags to retain.
    • setTags

      public void setTags(Set<String> tags)
      Sets the set of tags that are retained in the model.
      Parameters:
      tags - The tags to retain in the model.