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