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