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