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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateNotebookRequest>
- Parameters:
createNotebookRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-