7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/DataZone_EXPORTS.h>
13#include <aws/datazone/model/CellInformation.h>
14#include <aws/datazone/model/ComputeConfig.h>
15#include <aws/datazone/model/EnvironmentConfig.h>
16#include <aws/datazone/model/NetworkConfig.h>
17#include <aws/datazone/model/NotebookRunError.h>
18#include <aws/datazone/model/NotebookRunStatus.h>
19#include <aws/datazone/model/StorageConfig.h>
20#include <aws/datazone/model/TimeoutConfig.h>
21#include <aws/datazone/model/TriggerSource.h>
26template <
typename RESULT_TYPE>
27class AmazonWebServiceResult;
47 template <
typename IdT = Aws::String>
49 m_idHasBeenSet =
true;
50 m_id = std::forward<IdT>(value);
52 template <
typename IdT = Aws::String>
54 SetId(std::forward<IdT>(value));
64 template <
typename DomainIdT = Aws::String>
66 m_domainIdHasBeenSet =
true;
67 m_domainId = std::forward<DomainIdT>(value);
69 template <
typename DomainIdT = Aws::String>
81 template <
typename OwningProjectIdT = Aws::String>
83 m_owningProjectIdHasBeenSet =
true;
84 m_owningProjectId = std::forward<OwningProjectIdT>(value);
86 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>
115 template <
typename ScheduleIdT = Aws::String>
117 m_scheduleIdHasBeenSet =
true;
118 m_scheduleId = std::forward<ScheduleIdT>(value);
120 template <
typename ScheduleIdT = Aws::String>
133 m_statusHasBeenSet =
true;
147 template <
typename CellOrderT = Aws::Vector<CellInformation>>
149 m_cellOrderHasBeenSet =
true;
150 m_cellOrder = std::forward<CellOrderT>(value);
152 template <
typename CellOrderT = Aws::Vector<CellInformation>>
157 template <
typename CellOrderT = CellInformation>
159 m_cellOrderHasBeenSet =
true;
160 m_cellOrder.emplace_back(std::forward<CellOrderT>(value));
170 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
172 m_metadataHasBeenSet =
true;
173 m_metadata = std::forward<MetadataT>(value);
175 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
180 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
182 m_metadataHasBeenSet =
true;
183 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
193 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
195 m_parametersHasBeenSet =
true;
196 m_parameters = std::forward<ParametersT>(value);
198 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
203 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
205 m_parametersHasBeenSet =
true;
206 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
216 template <
typename ComputeConfigurationT = ComputeConfig>
218 m_computeConfigurationHasBeenSet =
true;
219 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
221 template <
typename ComputeConfigurationT = ComputeConfig>
233 template <
typename NetworkConfigurationT = NetworkConfig>
235 m_networkConfigurationHasBeenSet =
true;
236 m_networkConfiguration = std::forward<NetworkConfigurationT>(value);
238 template <
typename NetworkConfigurationT = NetworkConfig>
250 template <
typename TimeoutConfigurationT = TimeoutConfig>
252 m_timeoutConfigurationHasBeenSet =
true;
253 m_timeoutConfiguration = std::forward<TimeoutConfigurationT>(value);
255 template <
typename TimeoutConfigurationT = TimeoutConfig>
268 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
270 m_environmentConfigurationHasBeenSet =
true;
271 m_environmentConfiguration = std::forward<EnvironmentConfigurationT>(value);
273 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
286 template <
typename StorageConfigurationT = StorageConfig>
288 m_storageConfigurationHasBeenSet =
true;
289 m_storageConfiguration = std::forward<StorageConfigurationT>(value);
291 template <
typename StorageConfigurationT = StorageConfig>
303 template <
typename TriggerSourceT = TriggerSource>
305 m_triggerSourceHasBeenSet =
true;
306 m_triggerSource = std::forward<TriggerSourceT>(value);
308 template <
typename TriggerSourceT = TriggerSource>
320 template <
typename ErrorT = NotebookRunError>
322 m_errorHasBeenSet =
true;
323 m_error = std::forward<ErrorT>(value);
325 template <
typename ErrorT = NotebookRunError>
327 SetError(std::forward<ErrorT>(value));
337 template <
typename CreatedAtT = Aws::Utils::DateTime>
339 m_createdAtHasBeenSet =
true;
340 m_createdAt = std::forward<CreatedAtT>(value);
342 template <
typename CreatedAtT = Aws::Utils::DateTime>
354 template <
typename CreatedByT = Aws::String>
356 m_createdByHasBeenSet =
true;
357 m_createdBy = std::forward<CreatedByT>(value);
359 template <
typename CreatedByT = Aws::String>
371 template <
typename UpdatedAtT = Aws::Utils::DateTime>
373 m_updatedAtHasBeenSet =
true;
374 m_updatedAt = std::forward<UpdatedAtT>(value);
376 template <
typename UpdatedAtT = Aws::Utils::DateTime>
388 template <
typename UpdatedByT = Aws::String>
390 m_updatedByHasBeenSet =
true;
391 m_updatedBy = std::forward<UpdatedByT>(value);
393 template <
typename UpdatedByT = Aws::String>
405 template <
typename StartedAtT = Aws::Utils::DateTime>
407 m_startedAtHasBeenSet =
true;
408 m_startedAt = std::forward<StartedAtT>(value);
410 template <
typename StartedAtT = Aws::Utils::DateTime>
422 template <
typename CompletedAtT = Aws::Utils::DateTime>
424 m_completedAtHasBeenSet =
true;
425 m_completedAt = std::forward<CompletedAtT>(value);
427 template <
typename CompletedAtT = Aws::Utils::DateTime>
437 template <
typename RequestIdT = Aws::String>
439 m_requestIdHasBeenSet =
true;
440 m_requestId = std::forward<RequestIdT>(value);
442 template <
typename RequestIdT = Aws::String>
469 ComputeConfig m_computeConfiguration;
471 NetworkConfig m_networkConfiguration;
473 TimeoutConfig m_timeoutConfiguration;
475 EnvironmentConfig m_environmentConfiguration;
477 StorageConfig m_storageConfiguration;
479 TriggerSource m_triggerSource;
481 NotebookRunError m_error;
497 bool m_idHasBeenSet =
false;
498 bool m_domainIdHasBeenSet =
false;
499 bool m_owningProjectIdHasBeenSet =
false;
500 bool m_notebookIdHasBeenSet =
false;
501 bool m_scheduleIdHasBeenSet =
false;
502 bool m_statusHasBeenSet =
false;
503 bool m_cellOrderHasBeenSet =
false;
504 bool m_metadataHasBeenSet =
false;
505 bool m_parametersHasBeenSet =
false;
506 bool m_computeConfigurationHasBeenSet =
false;
507 bool m_networkConfigurationHasBeenSet =
false;
508 bool m_timeoutConfigurationHasBeenSet =
false;
509 bool m_environmentConfigurationHasBeenSet =
false;
510 bool m_storageConfigurationHasBeenSet =
false;
511 bool m_triggerSourceHasBeenSet =
false;
512 bool m_errorHasBeenSet =
false;
513 bool m_createdAtHasBeenSet =
false;
514 bool m_createdByHasBeenSet =
false;
515 bool m_updatedAtHasBeenSet =
false;
516 bool m_updatedByHasBeenSet =
false;
517 bool m_startedAtHasBeenSet =
false;
518 bool m_completedAtHasBeenSet =
false;
519 bool m_requestIdHasBeenSet =
false;
void SetCompletedAt(CompletedAtT &&value)
GetNotebookRunResult & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
GetNotebookRunResult & WithMetadata(MetadataT &&value)
void SetEnvironmentConfiguration(EnvironmentConfigurationT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetNotebookRunResult & WithCompletedAt(CompletedAtT &&value)
GetNotebookRunResult & WithStorageConfiguration(StorageConfigurationT &&value)
GetNotebookRunResult & WithError(ErrorT &&value)
GetNotebookRunResult & WithUpdatedAt(UpdatedAtT &&value)
GetNotebookRunResult & WithCreatedBy(CreatedByT &&value)
void SetNotebookId(NotebookIdT &&value)
GetNotebookRunResult & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
GetNotebookRunResult & AddCellOrder(CellOrderT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
GetNotebookRunResult & WithParameters(ParametersT &&value)
void SetMetadata(MetadataT &&value)
GetNotebookRunResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetNotebookRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNotebookRunResult & WithCellOrder(CellOrderT &&value)
void SetScheduleId(ScheduleIdT &&value)
const Aws::Vector< CellInformation > & GetCellOrder() const
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetId() const
GetNotebookRunResult & WithComputeConfiguration(ComputeConfigurationT &&value)
AWS_DATAZONE_API GetNotebookRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOwningProjectId(OwningProjectIdT &&value)
GetNotebookRunResult & WithNotebookId(NotebookIdT &&value)
AWS_DATAZONE_API GetNotebookRunResult()=default
GetNotebookRunResult & WithStatus(NotebookRunStatus value)
const Aws::String & GetOwningProjectId() const
void SetStorageConfiguration(StorageConfigurationT &&value)
void SetTriggerSource(TriggerSourceT &&value)
NotebookRunStatus GetStatus() const
GetNotebookRunResult & WithTriggerSource(TriggerSourceT &&value)
GetNotebookRunResult & WithRequestId(RequestIdT &&value)
const TriggerSource & GetTriggerSource() const
void SetError(ErrorT &&value)
const TimeoutConfig & GetTimeoutConfiguration() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetNotebookRunResult & WithEnvironmentConfiguration(EnvironmentConfigurationT &&value)
const Aws::String & GetScheduleId() const
GetNotebookRunResult & WithTimeoutConfiguration(TimeoutConfigurationT &&value)
const NetworkConfig & GetNetworkConfiguration() const
const Aws::String & GetUpdatedBy() const
void SetStatus(NotebookRunStatus value)
void SetCreatedBy(CreatedByT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetNotebookRunResult & WithNetworkConfiguration(NetworkConfigurationT &&value)
void SetTimeoutConfiguration(TimeoutConfigurationT &&value)
const StorageConfig & GetStorageConfiguration() const
GetNotebookRunResult & WithId(IdT &&value)
GetNotebookRunResult & WithCreatedAt(CreatedAtT &&value)
void SetUpdatedBy(UpdatedByT &&value)
GetNotebookRunResult & WithOwningProjectId(OwningProjectIdT &&value)
void SetDomainId(DomainIdT &&value)
const ComputeConfig & GetComputeConfiguration() const
void SetRequestId(RequestIdT &&value)
void SetNetworkConfiguration(NetworkConfigurationT &&value)
const Aws::Utils::DateTime & GetCompletedAt() const
GetNotebookRunResult & WithStartedAt(StartedAtT &&value)
const Aws::String & GetDomainId() const
GetNotebookRunResult & WithScheduleId(ScheduleIdT &&value)
GetNotebookRunResult & WithUpdatedBy(UpdatedByT &&value)
const Aws::Utils::DateTime & GetStartedAt() const
void SetComputeConfiguration(ComputeConfigurationT &&value)
const NotebookRunError & GetError() const
void SetStartedAt(StartedAtT &&value)
const Aws::String & GetNotebookId() const
const EnvironmentConfig & GetEnvironmentConfiguration() const
void SetCellOrder(CellOrderT &&value)
const Aws::String & GetCreatedBy() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
void SetParameters(ParametersT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue