Class GetRecommendationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.qconnect.transform.GetRecommendationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetRecommendationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetRecommendationsRequestMarshaller
extends Object
implements Marshaller<GetRecommendationsRequest>
GetRecommendationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetRecommendationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetRecommendationsRequest getRecommendationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetRecommendationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetRecommendationsRequest>
- Parameters:
- getRecommendationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-