public class IntermediateModelBuilder extends Object
| Constructor and Description |
|---|
IntermediateModelBuilder(CustomizationConfig customConfig,
BasicCodeGenConfig codeGenConfig,
ServiceModel service,
ServiceExamples examples,
Waiters waiters) |
| 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, Waiters waiters)
public IntermediateModel build() throws IOException
IOExceptionpublic 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.