Class EventStreamSharedEventProcessor
java.lang.Object
software.amazon.awssdk.codegen.customization.processors.EventStreamSharedEventProcessor
- All Implemented Interfaces:
CodegenCustomizationProcessor
public final class EventStreamSharedEventProcessor
extends Object
implements CodegenCustomizationProcessor
Processor for eventstreams with shared events. This Processor does two things: 1. Apply the duplicateAndRenameSharedEvents
customization 2. Raise helpful error messages on untransfromed shared events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostprocess(IntermediateModel intermediateModel) Apply the customization after the intermediate model is builtvoidpreprocess(ServiceModel serviceModel) Apply the customization by directly modifying the service model, before the intermediate model is built.
-
Constructor Details
-
EventStreamSharedEventProcessor
-
-
Method Details
-
preprocess
Description copied from interface:CodegenCustomizationProcessorApply the customization by directly modifying the service model, before the intermediate model is built.- Specified by:
preprocessin interfaceCodegenCustomizationProcessor
-
postprocess
Description copied from interface:CodegenCustomizationProcessorApply the customization after the intermediate model is built- Specified by:
postprocessin interfaceCodegenCustomizationProcessor
-