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