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