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