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