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