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