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