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