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