7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename NotebookExecutionIdT = Aws::String>
41 void SetNotebookExecutionId(NotebookExecutionIdT&& value) { m_notebookExecutionIdHasBeenSet =
true; m_notebookExecutionId = std::forward<NotebookExecutionIdT>(value); }
42 template<
typename NotebookExecutionIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_notebookExecutionIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_EMR_API StartNotebookExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartNotebookExecutionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNotebookExecutionId() const
void SetNotebookExecutionId(NotebookExecutionIdT &&value)
StartNotebookExecutionResult & WithNotebookExecutionId(NotebookExecutionIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_EMR_API StartNotebookExecutionResult()=default
AWS_EMR_API StartNotebookExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue