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