Class StartUploadJobRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.customerprofiles.transform.StartUploadJobRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartUploadJobRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartUploadJobRequest>- Parameters:
startUploadJobRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-