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