Class EventStreamVisitorBuilderImplSpec
java.lang.Object
software.amazon.awssdk.codegen.poet.eventstream.EventStreamVisitorBuilderInterfaceSpec
software.amazon.awssdk.codegen.poet.eventstream.EventStreamVisitorBuilderImplSpec
- All Implemented Interfaces:
- ClassSpec
Generates the implementation for the builder of an event stream visitor.
- 
Constructor SummaryConstructorsConstructorDescriptionEventStreamVisitorBuilderImplSpec(GeneratorTaskParams params, OperationModel operationModel) 
- 
Method SummaryMethods inherited from class software.amazon.awssdk.codegen.poet.eventstream.EventStreamVisitorBuilderInterfaceSpecpoetSpecMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.codegen.poet.ClassSpecstaticImports
- 
Constructor Details- 
EventStreamVisitorBuilderImplSpec
 
- 
- 
Method Details- 
classNamepublic com.squareup.javapoet.ClassName className()- Specified by:
- classNamein interface- ClassSpec
- Overrides:
- classNamein class- EventStreamVisitorBuilderInterfaceSpec
- Returns:
- The Poet representation of the class being generated, this may be used by other classes
 
 
-