Class AwsServiceModel
- java.lang.Object
-
- software.amazon.awssdk.codegen.poet.model.AwsServiceModel
-
-
Constructor Summary
Constructors Constructor Description AwsServiceModel(IntermediateModel intermediateModel, ShapeModel shapeModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.javapoet.ClassNameclassName()com.squareup.javapoet.TypeSpecpoetSpec()-
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
-
AwsServiceModel
public AwsServiceModel(IntermediateModel intermediateModel, ShapeModel shapeModel)
-
-