Class CreateLedgerRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.qldb.transform.CreateLedgerRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<CreateLedgerRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateLedgerRequestMarshaller extends Object implements Marshaller<CreateLedgerRequest>
CreateLedgerRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description CreateLedgerRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(CreateLedgerRequest createLedgerRequest)
-
-
-
Constructor Detail
-
CreateLedgerRequestMarshaller
public CreateLedgerRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(CreateLedgerRequest createLedgerRequest)
- Specified by:
marshall
in interfaceMarshaller<CreateLedgerRequest>
-
-