7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NotebookExecutionIdT = Aws::String>
44 void SetNotebookExecutionId(NotebookExecutionIdT&& value) { m_notebookExecutionIdHasBeenSet =
true; m_notebookExecutionId = std::forward<NotebookExecutionIdT>(value); }
45 template<
typename NotebookExecutionIdT = Aws::String>
51 bool m_notebookExecutionIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_EMR_API Aws::String SerializePayload() const override
void SetNotebookExecutionId(NotebookExecutionIdT &&value)
bool NotebookExecutionIdHasBeenSet() const
AWS_EMR_API StopNotebookExecutionRequest()=default
const Aws::String & GetNotebookExecutionId() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StopNotebookExecutionRequest & WithNotebookExecutionId(NotebookExecutionIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String