Class RenameShapes.Config
java.lang.Object
software.amazon.smithy.build.transforms.RenameShapes.Config
- Enclosing class:
- RenameShapes
renameShapes
configuration settings.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the map of shape ids to be renamed.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.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
setRenamed
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
Gets the map of shape ids to be renamed.- Returns:
- The map of shapes to rename.
-