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