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