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