7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/model/NotebookExecutionStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/elasticmapreduce/model/NotebookS3LocationForOutput.h>
50 template<
typename NotebookExecutionIdT = Aws::String>
51 void SetNotebookExecutionId(NotebookExecutionIdT&& value) { m_notebookExecutionIdHasBeenSet =
true; m_notebookExecutionId = std::forward<NotebookExecutionIdT>(value); }
52 template<
typename NotebookExecutionIdT = Aws::String>
63 template<
typename EditorIdT = Aws::String>
64 void SetEditorId(EditorIdT&& value) { m_editorIdHasBeenSet =
true; m_editorId = std::forward<EditorIdT>(value); }
65 template<
typename EditorIdT = Aws::String>
75 template<
typename NotebookExecutionNameT = Aws::String>
76 void SetNotebookExecutionName(NotebookExecutionNameT&& value) { m_notebookExecutionNameHasBeenSet =
true; m_notebookExecutionName = std::forward<NotebookExecutionNameT>(value); }
77 template<
typename NotebookExecutionNameT = Aws::String>
113 template<
typename StartTimeT = Aws::Utils::DateTime>
114 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
115 template<
typename StartTimeT = Aws::Utils::DateTime>
125 template<
typename EndTimeT = Aws::Utils::DateTime>
126 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
127 template<
typename EndTimeT = Aws::Utils::DateTime>
137 template<
typename NotebookS3LocationT = NotebookS3LocationForOutput>
138 void SetNotebookS3Location(NotebookS3LocationT&& value) { m_notebookS3LocationHasBeenSet =
true; m_notebookS3Location = std::forward<NotebookS3LocationT>(value); }
139 template<
typename NotebookS3LocationT = NotebookS3LocationForOutput>
149 template<
typename ExecutionEngineIdT = Aws::String>
150 void SetExecutionEngineId(ExecutionEngineIdT&& value) { m_executionEngineIdHasBeenSet =
true; m_executionEngineId = std::forward<ExecutionEngineIdT>(value); }
151 template<
typename ExecutionEngineIdT = Aws::String>
157 bool m_notebookExecutionIdHasBeenSet =
false;
160 bool m_editorIdHasBeenSet =
false;
163 bool m_notebookExecutionNameHasBeenSet =
false;
166 bool m_statusHasBeenSet =
false;
169 bool m_startTimeHasBeenSet =
false;
172 bool m_endTimeHasBeenSet =
false;
174 NotebookS3LocationForOutput m_notebookS3Location;
175 bool m_notebookS3LocationHasBeenSet =
false;
178 bool m_executionEngineIdHasBeenSet =
false;
bool NotebookS3LocationHasBeenSet() const
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
NotebookExecutionSummary & WithStartTime(StartTimeT &&value)
NotebookExecutionSummary & WithEndTime(EndTimeT &&value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API NotebookExecutionSummary(Aws::Utils::Json::JsonView jsonValue)
NotebookExecutionSummary & WithStatus(NotebookExecutionStatus value)
NotebookExecutionSummary & WithExecutionEngineId(ExecutionEngineIdT &&value)
bool NotebookExecutionNameHasBeenSet() const
NotebookExecutionStatus GetStatus() const
bool NotebookExecutionIdHasBeenSet() const
NotebookExecutionSummary & WithNotebookExecutionId(NotebookExecutionIdT &&value)
NotebookExecutionSummary & WithEditorId(EditorIdT &&value)
bool StatusHasBeenSet() const
AWS_EMR_API NotebookExecutionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExecutionEngineIdHasBeenSet() const
void SetNotebookExecutionId(NotebookExecutionIdT &&value)
const Aws::String & GetExecutionEngineId() const
const NotebookS3LocationForOutput & GetNotebookS3Location() const
NotebookExecutionSummary & WithNotebookExecutionName(NotebookExecutionNameT &&value)
const Aws::Utils::DateTime & GetEndTime() const
AWS_EMR_API NotebookExecutionSummary()=default
const Aws::Utils::DateTime & GetStartTime() const
void SetNotebookS3Location(NotebookS3LocationT &&value)
void SetStartTime(StartTimeT &&value)
void SetExecutionEngineId(ExecutionEngineIdT &&value)
void SetStatus(NotebookExecutionStatus value)
const Aws::String & GetNotebookExecutionName() const
NotebookExecutionSummary & WithNotebookS3Location(NotebookS3LocationT &&value)
bool EditorIdHasBeenSet() const
const Aws::String & GetEditorId() const
void SetNotebookExecutionName(NotebookExecutionNameT &&value)
const Aws::String & GetNotebookExecutionId() const
void SetEditorId(EditorIdT &&value)
void SetEndTime(EndTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue