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