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