Class EventStreamResponseHandlerSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.eventstream.EventStreamResponseHandlerSpec
- All Implemented Interfaces:
 ClassSpec
Generates response handler interface for operations with an event stream response.
- 
Constructor Summary
ConstructorsConstructorDescriptionEventStreamResponseHandlerSpec(GeneratorTaskParams params, OperationModel operationModel)  - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpec
staticImports 
- 
Constructor Details
- 
EventStreamResponseHandlerSpec
 
 - 
 - 
Method Details
- 
poetSpec
public com.squareup.javapoet.TypeSpec poetSpec() - 
className
public com.squareup.javapoet.ClassName className() 
 -