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