Class RemoveTraitDefinitions.Config
java.lang.Object
software.amazon.smithy.build.transforms.RemoveTraitDefinitions.Config
- Enclosing class:
 - RemoveTraitDefinitions
 
removeTraitShapes configuration settings.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the set of tags that are used to export trait definitions.voidsetExportTagged(Set<String> exportByTags) You can export trait definitions by applying specific tags to the trait definition and adding the list of export tags as an argument to the transformer. 
- 
Constructor Details
- 
Config
public Config() 
 - 
 - 
Method Details
- 
setExportTagged
You can export trait definitions by applying specific tags to the trait definition and adding the list of export tags as an argument to the transformer.- Parameters:
 exportByTags- Tags that cause trait definitions to be exported.
 - 
getExportTagged
Gets the set of tags that are used to export trait definitions.- Returns:
 - the tags that are used to export trait definitions.
 
 
 -