Class ServiceClientConfigurationClass
- java.lang.Object
-
- software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationClass
-
-
Constructor Summary
Constructors Constructor Description ServiceClientConfigurationClass(IntermediateModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.ClassName
className()
com.squareup.javapoet.TypeSpec
poetSpec()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports
-
-
-
-
Constructor Detail
-
ServiceClientConfigurationClass
public ServiceClientConfigurationClass(IntermediateModel model)
-
-