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