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