Class StartParticipantReplicationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ivsrealtime.transform.StartParticipantReplicationRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartParticipantReplicationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<StartParticipantReplicationRequest>
- Parameters:
startParticipantReplicationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-