public class IntermediateModelBuilder extends Object
| Constructor and Description |
|---|
IntermediateModelBuilder(CustomizationConfig customConfig,
BasicCodeGenConfig codeGenConfig,
ServiceModel service,
ServiceExamples examples) |
| Modifier and Type | Method and Description |
|---|---|
IntermediateModel |
build() |
BasicCodeGenConfig |
getCodeGenConfig() |
CustomizationConfig |
getCustomConfig() |
ServiceExamples |
getExamples() |
NamingStrategy |
getNamingStrategy() |
ServiceModel |
getService() |
com.amazonaws.codegen.internal.TypeUtils |
getTypeUtils() |
public IntermediateModelBuilder(CustomizationConfig customConfig, BasicCodeGenConfig codeGenConfig, ServiceModel service, ServiceExamples examples)
public IntermediateModel build()
public CustomizationConfig getCustomConfig()
public BasicCodeGenConfig getCodeGenConfig()
public ServiceModel getService()
public ServiceExamples getExamples()
public NamingStrategy getNamingStrategy()
public com.amazonaws.codegen.internal.TypeUtils getTypeUtils()
Copyright © 2016. All rights reserved.