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