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