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