Class Apply.Config
java.lang.Object
software.amazon.smithy.build.transforms.Apply.Config
- Enclosing class:
- Apply
apply configuration.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the ordered list of projections to apply by name.voidsetProjections(List<String> projections) Sets the ordered list of projection names to apply.
- 
Constructor Details- 
Configpublic Config()
 
- 
- 
Method Details- 
getProjectionsGets the ordered list of projections to apply by name.- Returns:
- Returns the projection names to apply.
 
- 
setProjectionsSets the ordered list of projection names to apply.- Parameters:
- projections- Projection names to apply.
 
 
-