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