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