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