Class PaginatorsClassSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.paginators.PaginatorsClassSpec
- All Implemented Interfaces:
ClassSpec
- Direct Known Subclasses:
AsyncResponseClassSpec
,SyncResponseClassSpec
-
Constructor Summary
ConstructorsConstructorDescriptionPaginatorsClassSpec
(IntermediateModel model, String c2jOperationName, PaginatorDefinition paginatorDefinition) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
className, poetSpec, staticImports
-
Constructor Details
-
PaginatorsClassSpec
public PaginatorsClassSpec(IntermediateModel model, String c2jOperationName, PaginatorDefinition paginatorDefinition)
-