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