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