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