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