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