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