Class ConfigurationEventMarshaller
java.lang.Object
software.amazon.awssdk.services.transcribestreaming.transform.ConfigurationEventMarshaller
- All Implemented Interfaces:
 Marshaller<ConfigurationEvent>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ConfigurationEventMarshaller
extends Object
implements Marshaller<ConfigurationEvent>
ConfigurationEvent Marshaller- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(ConfigurationEvent configurationEvent) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
ConfigurationEventMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ConfigurationEvent>- Parameters:
 configurationEvent- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -