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