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