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