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