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