7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
10#include <aws/elasticmapreduce/model/NotebookExecutionStatus.h>
11#include <aws/elasticmapreduce/model/NotebookS3LocationForOutput.h>
44 template <
typename NotebookExecutionIdT = Aws::String>
46 m_notebookExecutionIdHasBeenSet =
true;
47 m_notebookExecutionId = std::forward<NotebookExecutionIdT>(value);
49 template <
typename NotebookExecutionIdT = Aws::String>
63 template <
typename EditorIdT = Aws::String>
65 m_editorIdHasBeenSet =
true;
66 m_editorId = std::forward<EditorIdT>(value);
68 template <
typename EditorIdT = Aws::String>
81 template <
typename NotebookExecutionNameT = Aws::String>
83 m_notebookExecutionNameHasBeenSet =
true;
84 m_notebookExecutionName = std::forward<NotebookExecutionNameT>(value);
86 template <
typename NotebookExecutionNameT = Aws::String>
116 m_statusHasBeenSet =
true;
131 template <
typename StartTimeT = Aws::Utils::DateTime>
133 m_startTimeHasBeenSet =
true;
134 m_startTime = std::forward<StartTimeT>(value);
136 template <
typename StartTimeT = Aws::Utils::DateTime>
149 template <
typename EndTimeT = Aws::Utils::DateTime>
151 m_endTimeHasBeenSet =
true;
152 m_endTime = std::forward<EndTimeT>(value);
154 template <
typename EndTimeT = Aws::Utils::DateTime>
167 template <
typename NotebookS3LocationT = NotebookS3LocationForOutput>
169 m_notebookS3LocationHasBeenSet =
true;
170 m_notebookS3Location = std::forward<NotebookS3LocationT>(value);
172 template <
typename NotebookS3LocationT = NotebookS3LocationForOutput>
185 template <
typename ExecutionEngineIdT = Aws::String>
187 m_executionEngineIdHasBeenSet =
true;
188 m_executionEngineId = std::forward<ExecutionEngineIdT>(value);
190 template <
typename ExecutionEngineIdT = Aws::String>
209 NotebookS3LocationForOutput m_notebookS3Location;
212 bool m_notebookExecutionIdHasBeenSet =
false;
213 bool m_editorIdHasBeenSet =
false;
214 bool m_notebookExecutionNameHasBeenSet =
false;
215 bool m_statusHasBeenSet =
false;
216 bool m_startTimeHasBeenSet =
false;
217 bool m_endTimeHasBeenSet =
false;
218 bool m_notebookS3LocationHasBeenSet =
false;
219 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