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>
52 inline void SetNotebookExecutionId(
const char* value) { m_notebookExecutionIdHasBeenSet =
true; m_notebookExecutionId.assign(value); }
67 inline void SetEditorId(
const char* value) { m_editorIdHasBeenSet =
true; m_editorId.assign(value); }
81 inline void SetNotebookExecutionName(
const char* value) { m_notebookExecutionNameHasBeenSet =
true; m_notebookExecutionName.assign(value); }
159 inline void SetExecutionEngineId(
const char* value) { m_executionEngineIdHasBeenSet =
true; m_executionEngineId.assign(value); }
167 bool m_notebookExecutionIdHasBeenSet =
false;
170 bool m_editorIdHasBeenSet =
false;
173 bool m_notebookExecutionNameHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
179 bool m_startTimeHasBeenSet =
false;
182 bool m_endTimeHasBeenSet =
false;
185 bool m_notebookS3LocationHasBeenSet =
false;
188 bool m_executionEngineIdHasBeenSet =
false;
NotebookExecutionSummary & WithNotebookExecutionName(const Aws::String &value)
bool NotebookS3LocationHasBeenSet() const
void SetNotebookS3Location(NotebookS3LocationForOutput &&value)
NotebookExecutionSummary & WithEditorId(const char *value)
bool EndTimeHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetExecutionEngineId(Aws::String &&value)
void SetEditorId(const char *value)
NotebookExecutionSummary & WithExecutionEngineId(const char *value)
void SetStatus(const NotebookExecutionStatus &value)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
NotebookExecutionSummary & WithEditorId(const Aws::String &value)
AWS_EMR_API NotebookExecutionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetNotebookExecutionName(const Aws::String &value)
NotebookExecutionSummary & WithNotebookExecutionName(const char *value)
bool NotebookExecutionNameHasBeenSet() const
NotebookExecutionSummary & WithNotebookS3Location(NotebookS3LocationForOutput &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetEditorId(Aws::String &&value)
NotebookExecutionSummary & WithNotebookExecutionId(const char *value)
NotebookExecutionSummary & WithNotebookS3Location(const NotebookS3LocationForOutput &value)
void SetEditorId(const Aws::String &value)
void SetNotebookExecutionId(Aws::String &&value)
bool NotebookExecutionIdHasBeenSet() const
NotebookExecutionSummary & WithExecutionEngineId(Aws::String &&value)
bool StatusHasBeenSet() const
AWS_EMR_API NotebookExecutionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
NotebookExecutionSummary & WithEndTime(const Aws::Utils::DateTime &value)
void SetEndTime(Aws::Utils::DateTime &&value)
bool ExecutionEngineIdHasBeenSet() const
NotebookExecutionSummary & WithStartTime(Aws::Utils::DateTime &&value)
void SetNotebookS3Location(const NotebookS3LocationForOutput &value)
NotebookExecutionSummary & WithEditorId(Aws::String &&value)
const Aws::String & GetExecutionEngineId() const
const NotebookS3LocationForOutput & GetNotebookS3Location() const
const Aws::Utils::DateTime & GetEndTime() const
void SetNotebookExecutionId(const Aws::String &value)
AWS_EMR_API NotebookExecutionSummary()
void SetStartTime(Aws::Utils::DateTime &&value)
void SetNotebookExecutionName(Aws::String &&value)
NotebookExecutionSummary & WithStatus(NotebookExecutionStatus &&value)
const Aws::Utils::DateTime & GetStartTime() const
NotebookExecutionSummary & WithEndTime(Aws::Utils::DateTime &&value)
NotebookExecutionSummary & WithNotebookExecutionId(const Aws::String &value)
NotebookExecutionSummary & WithExecutionEngineId(const Aws::String &value)
void SetExecutionEngineId(const Aws::String &value)
void SetNotebookExecutionId(const char *value)
NotebookExecutionSummary & WithStartTime(const Aws::Utils::DateTime &value)
const NotebookExecutionStatus & GetStatus() const
void SetNotebookExecutionName(const char *value)
void SetStartTime(const Aws::Utils::DateTime &value)
const Aws::String & GetNotebookExecutionName() const
void SetStatus(NotebookExecutionStatus &&value)
NotebookExecutionSummary & WithNotebookExecutionId(Aws::String &&value)
bool EditorIdHasBeenSet() const
const Aws::String & GetEditorId() const
const Aws::String & GetNotebookExecutionId() const
NotebookExecutionSummary & WithStatus(const NotebookExecutionStatus &value)
NotebookExecutionSummary & WithNotebookExecutionName(Aws::String &&value)
void SetExecutionEngineId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue