Class IncludeShapesByTag.Config

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

public static final class IncludeShapesByTag.Config extends Object
includeShapesByTag configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getTags

      public Set<String> getTags()
      Gets the set of tags that cause shapes to be included.
      Returns:
      Returns the inclusion tags.
    • setTags

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