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