Class StopParticipantReplicationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ivsrealtime.transform.StopParticipantReplicationRequestMarshaller
- All Implemented Interfaces:
Marshaller<StopParticipantReplicationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StopParticipantReplicationRequest>- Parameters:
stopParticipantReplicationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-