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