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