Class RenameShapes.Config
- java.lang.Object
- 
- software.amazon.smithy.build.transforms.RenameShapes.Config
 
- 
- Enclosing class:
- RenameShapes
 
 public static final class RenameShapes.Config extends java.lang.ObjectrenameShapesconfiguration settings.
- 
- 
Constructor SummaryConstructors Constructor Description Config()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getRenamed()Gets the map of shape ids to be renamed.voidsetRenamed(java.util.Map<java.lang.String,java.lang.String> renamed)Sets the map of `from` shape ids to the `to` shape id values that they shapes will be renamed to.
 
- 
- 
- 
Method Detail- 
setRenamedpublic void setRenamed(java.util.Map<java.lang.String,java.lang.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.
 
 - 
getRenamedpublic java.util.Map<java.lang.String,java.lang.String> getRenamed() Gets the map of shape ids to be renamed.- Returns:
- The map of shapes to rename.
 
 
- 
 
-