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