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