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