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