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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<ExportNotebookRequest>- Parameters:
 exportNotebookRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -