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