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