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