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