Class SameTokenSyncResponseClassSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.paginators.PaginatorsClassSpec
software.amazon.awssdk.codegen.poet.paginators.SyncResponseClassSpec
software.amazon.awssdk.codegen.poet.paginators.customizations.SameTokenSyncResponseClassSpec
- All Implemented Interfaces:
ClassSpec
Customized response class spec for sync paginated operations that indicate the
last page by returning the same token passed in the request object.
See Cloudwatch logs GetLogEvents API for example,
https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogEvents.html
-
Constructor Summary
ConstructorsConstructorDescriptionSameTokenSyncResponseClassSpec
(IntermediateModel model, String c2jOperationName, PaginatorDefinition paginatorDefinition) -
Method Summary
Methods inherited from class software.amazon.awssdk.codegen.poet.paginators.SyncResponseClassSpec
className, poetSpec
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
staticImports
-
Constructor Details
-
SameTokenSyncResponseClassSpec
public SameTokenSyncResponseClassSpec(IntermediateModel model, String c2jOperationName, PaginatorDefinition paginatorDefinition)
-