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