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