7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/NotebookRunStatus.h>
11#include <aws/datazone/model/TriggerSource.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename DomainIdT = Aws::String>
64 m_domainIdHasBeenSet =
true;
65 m_domainId = std::forward<DomainIdT>(value);
67 template <
typename DomainIdT = Aws::String>
80 template <
typename OwningProjectIdT = Aws::String>
82 m_owningProjectIdHasBeenSet =
true;
83 m_owningProjectId = std::forward<OwningProjectIdT>(value);
85 template <
typename OwningProjectIdT = Aws::String>
98 template <
typename NotebookIdT = Aws::String>
100 m_notebookIdHasBeenSet =
true;
101 m_notebookId = std::forward<NotebookIdT>(value);
103 template <
typename NotebookIdT = Aws::String>
116 template <
typename ScheduleIdT = Aws::String>
118 m_scheduleIdHasBeenSet =
true;
119 m_scheduleId = std::forward<ScheduleIdT>(value);
121 template <
typename ScheduleIdT = Aws::String>
135 m_statusHasBeenSet =
true;
150 template <
typename TriggerSourceT = TriggerSource>
152 m_triggerSourceHasBeenSet =
true;
153 m_triggerSource = std::forward<TriggerSourceT>(value);
155 template <
typename TriggerSourceT = TriggerSource>
168 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 m_createdAtHasBeenSet =
true;
171 m_createdAt = std::forward<CreatedAtT>(value);
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
186 template <
typename CreatedByT = Aws::String>
188 m_createdByHasBeenSet =
true;
189 m_createdBy = std::forward<CreatedByT>(value);
191 template <
typename CreatedByT = Aws::String>
204 template <
typename UpdatedAtT = Aws::Utils::DateTime>
206 m_updatedAtHasBeenSet =
true;
207 m_updatedAt = std::forward<UpdatedAtT>(value);
209 template <
typename UpdatedAtT = Aws::Utils::DateTime>
222 template <
typename UpdatedByT = Aws::String>
224 m_updatedByHasBeenSet =
true;
225 m_updatedBy = std::forward<UpdatedByT>(value);
227 template <
typename UpdatedByT = Aws::String>
240 template <
typename StartedAtT = Aws::Utils::DateTime>
242 m_startedAtHasBeenSet =
true;
243 m_startedAt = std::forward<StartedAtT>(value);
245 template <
typename StartedAtT = Aws::Utils::DateTime>
258 template <
typename CompletedAtT = Aws::Utils::DateTime>
260 m_completedAtHasBeenSet =
true;
261 m_completedAt = std::forward<CompletedAtT>(value);
263 template <
typename CompletedAtT = Aws::Utils::DateTime>
282 TriggerSource m_triggerSource;
295 bool m_idHasBeenSet =
false;
296 bool m_domainIdHasBeenSet =
false;
297 bool m_owningProjectIdHasBeenSet =
false;
298 bool m_notebookIdHasBeenSet =
false;
299 bool m_scheduleIdHasBeenSet =
false;
300 bool m_statusHasBeenSet =
false;
301 bool m_triggerSourceHasBeenSet =
false;
302 bool m_createdAtHasBeenSet =
false;
303 bool m_createdByHasBeenSet =
false;
304 bool m_updatedAtHasBeenSet =
false;
305 bool m_updatedByHasBeenSet =
false;
306 bool m_startedAtHasBeenSet =
false;
307 bool m_completedAtHasBeenSet =
false;
bool DomainIdHasBeenSet() const
const Aws::String & GetOwningProjectId() const
bool TriggerSourceHasBeenSet() const
const Aws::Utils::DateTime & GetStartedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Utils::DateTime & GetCompletedAt() const
bool ScheduleIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool OwningProjectIdHasBeenSet() const
void SetTriggerSource(TriggerSourceT &&value)
AWS_DATAZONE_API NotebookRunSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedAtHasBeenSet() const
void SetStatus(NotebookRunStatus value)
void SetScheduleId(ScheduleIdT &&value)
NotebookRunSummary & WithUpdatedAt(UpdatedAtT &&value)
NotebookRunSummary & WithStartedAt(StartedAtT &&value)
bool CompletedAtHasBeenSet() const
NotebookRunSummary & WithScheduleId(ScheduleIdT &&value)
bool NotebookIdHasBeenSet() const
NotebookRunStatus GetStatus() const
void SetUpdatedBy(UpdatedByT &&value)
NotebookRunSummary & WithNotebookId(NotebookIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
NotebookRunSummary & WithTriggerSource(TriggerSourceT &&value)
bool StatusHasBeenSet() const
bool IdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const TriggerSource & GetTriggerSource() const
AWS_DATAZONE_API NotebookRunSummary(Aws::Utils::Json::JsonView jsonValue)
void SetOwningProjectId(OwningProjectIdT &&value)
NotebookRunSummary & WithDomainId(DomainIdT &&value)
NotebookRunSummary & WithOwningProjectId(OwningProjectIdT &&value)
NotebookRunSummary & WithStatus(NotebookRunStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
NotebookRunSummary & WithCreatedAt(CreatedAtT &&value)
NotebookRunSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetNotebookId() const
const Aws::String & GetId() const
const Aws::String & GetCreatedBy() const
bool CreatedByHasBeenSet() const
AWS_DATAZONE_API NotebookRunSummary()=default
const Aws::String & GetDomainId() const
void SetDomainId(DomainIdT &&value)
NotebookRunSummary & WithId(IdT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetScheduleId() const
NotebookRunSummary & WithCompletedAt(CompletedAtT &&value)
bool UpdatedByHasBeenSet() const
const Aws::String & GetUpdatedBy() const
NotebookRunSummary & WithUpdatedBy(UpdatedByT &&value)
void SetStartedAt(StartedAtT &&value)
bool StartedAtHasBeenSet() const
void SetNotebookId(NotebookIdT &&value)
void SetCompletedAt(CompletedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue