Class RenameShapes.Config

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

public static final class RenameShapes.Config extends Object
renameShapes configuration settings.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • setRenamed

      public void setRenamed(Map<String,String> renamed)
      Sets the map of `from` shape ids to the `to` shape id values that they shapes will be renamed to.
      Parameters:
      renamed - The map of shapes to rename.
    • getRenamed

      public Map<String,String> getRenamed()
      Gets the map of shape ids to be renamed.
      Returns:
      The map of shapes to rename.