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/EnvironmentConfig.h>
15#include <aws/datazone/model/NotebookError.h>
16#include <aws/datazone/model/NotebookStatus.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
76 template <
typename OwningProjectIdT = Aws::String>
78 m_owningProjectIdHasBeenSet =
true;
79 m_owningProjectId = std::forward<OwningProjectIdT>(value);
81 template <
typename OwningProjectIdT = Aws::String>
93 template <
typename DomainIdT = Aws::String>
95 m_domainIdHasBeenSet =
true;
96 m_domainId = std::forward<DomainIdT>(value);
98 template <
typename DomainIdT = Aws::String>
110 template <
typename CellOrderT = Aws::Vector<CellInformation>>
112 m_cellOrderHasBeenSet =
true;
113 m_cellOrder = std::forward<CellOrderT>(value);
115 template <
typename CellOrderT = Aws::Vector<CellInformation>>
120 template <
typename CellOrderT = CellInformation>
122 m_cellOrderHasBeenSet =
true;
123 m_cellOrder.emplace_back(std::forward<CellOrderT>(value));
134 m_statusHasBeenSet =
true;
148 template <
typename DescriptionT = Aws::String>
150 m_descriptionHasBeenSet =
true;
151 m_description = std::forward<DescriptionT>(value);
153 template <
typename DescriptionT = Aws::String>
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 m_createdAtHasBeenSet =
true;
168 m_createdAt = std::forward<CreatedAtT>(value);
170 template <
typename CreatedAtT = Aws::Utils::DateTime>
182 template <
typename CreatedByT = Aws::String>
184 m_createdByHasBeenSet =
true;
185 m_createdBy = std::forward<CreatedByT>(value);
187 template <
typename CreatedByT = Aws::String>
199 template <
typename UpdatedAtT = Aws::Utils::DateTime>
201 m_updatedAtHasBeenSet =
true;
202 m_updatedAt = std::forward<UpdatedAtT>(value);
204 template <
typename UpdatedAtT = Aws::Utils::DateTime>
216 template <
typename UpdatedByT = Aws::String>
218 m_updatedByHasBeenSet =
true;
219 m_updatedBy = std::forward<UpdatedByT>(value);
221 template <
typename UpdatedByT = Aws::String>
233 template <
typename LockedByT = Aws::String>
235 m_lockedByHasBeenSet =
true;
236 m_lockedBy = std::forward<LockedByT>(value);
238 template <
typename LockedByT = Aws::String>
250 template <
typename LockedAtT = Aws::Utils::DateTime>
252 m_lockedAtHasBeenSet =
true;
253 m_lockedAt = std::forward<LockedAtT>(value);
255 template <
typename LockedAtT = Aws::Utils::DateTime>
267 template <
typename LockExpiresAtT = Aws::Utils::DateTime>
269 m_lockExpiresAtHasBeenSet =
true;
270 m_lockExpiresAt = std::forward<LockExpiresAtT>(value);
272 template <
typename LockExpiresAtT = Aws::Utils::DateTime>
284 template <
typename ComputeIdT = Aws::String>
286 m_computeIdHasBeenSet =
true;
287 m_computeId = std::forward<ComputeIdT>(value);
289 template <
typename ComputeIdT = Aws::String>
301 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
303 m_metadataHasBeenSet =
true;
304 m_metadata = std::forward<MetadataT>(value);
306 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
311 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
313 m_metadataHasBeenSet =
true;
314 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
324 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
326 m_parametersHasBeenSet =
true;
327 m_parameters = std::forward<ParametersT>(value);
329 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
334 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
336 m_parametersHasBeenSet =
true;
337 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
347 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
349 m_environmentConfigurationHasBeenSet =
true;
350 m_environmentConfiguration = std::forward<EnvironmentConfigurationT>(value);
352 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
364 template <
typename ErrorT = NotebookError>
366 m_errorHasBeenSet =
true;
367 m_error = std::forward<ErrorT>(value);
369 template <
typename ErrorT = NotebookError>
371 SetError(std::forward<ErrorT>(value));
379 template <
typename RequestIdT = Aws::String>
381 m_requestIdHasBeenSet =
true;
382 m_requestId = std::forward<RequestIdT>(value);
384 template <
typename RequestIdT = Aws::String>
427 EnvironmentConfig m_environmentConfiguration;
429 NotebookError m_error;
433 bool m_idHasBeenSet =
false;
434 bool m_nameHasBeenSet =
false;
435 bool m_owningProjectIdHasBeenSet =
false;
436 bool m_domainIdHasBeenSet =
false;
437 bool m_cellOrderHasBeenSet =
false;
438 bool m_statusHasBeenSet =
false;
439 bool m_descriptionHasBeenSet =
false;
440 bool m_createdAtHasBeenSet =
false;
441 bool m_createdByHasBeenSet =
false;
442 bool m_updatedAtHasBeenSet =
false;
443 bool m_updatedByHasBeenSet =
false;
444 bool m_lockedByHasBeenSet =
false;
445 bool m_lockedAtHasBeenSet =
false;
446 bool m_lockExpiresAtHasBeenSet =
false;
447 bool m_computeIdHasBeenSet =
false;
448 bool m_metadataHasBeenSet =
false;
449 bool m_parametersHasBeenSet =
false;
450 bool m_environmentConfigurationHasBeenSet =
false;
451 bool m_errorHasBeenSet =
false;
452 bool m_requestIdHasBeenSet =
false;
void SetCreatedBy(CreatedByT &&value)
void SetStatus(NotebookStatus value)
GetNotebookResult & WithCellOrder(CellOrderT &&value)
GetNotebookResult & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API GetNotebookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOwningProjectId(OwningProjectIdT &&value)
void SetDescription(DescriptionT &&value)
const EnvironmentConfig & GetEnvironmentConfiguration() const
void SetLockedAt(LockedAtT &&value)
GetNotebookResult & WithLockedAt(LockedAtT &&value)
void SetLockExpiresAt(LockExpiresAtT &&value)
GetNotebookResult & WithLockExpiresAt(LockExpiresAtT &&value)
void SetError(ErrorT &&value)
const Aws::String & GetUpdatedBy() const
AWS_DATAZONE_API GetNotebookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNotebookResult & WithDescription(DescriptionT &&value)
GetNotebookResult & WithParameters(ParametersT &&value)
void SetParameters(ParametersT &&value)
NotebookStatus GetStatus() const
const Aws::String & GetCreatedBy() const
GetNotebookResult & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
const Aws::String & GetId() const
const NotebookError & GetError() const
GetNotebookResult & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetRequestId(RequestIdT &&value)
GetNotebookResult & WithError(ErrorT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::String & GetDomainId() const
GetNotebookResult & WithLockedBy(LockedByT &&value)
const Aws::Utils::DateTime & GetLockedAt() const
const Aws::Utils::DateTime & GetLockExpiresAt() const
const Aws::String & GetComputeId() const
void SetLockedBy(LockedByT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetNotebookResult & WithStatus(NotebookStatus value)
const Aws::Vector< CellInformation > & GetCellOrder() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetNotebookResult & WithDomainId(DomainIdT &&value)
void SetMetadata(MetadataT &&value)
GetNotebookResult & WithMetadata(MetadataT &&value)
void SetEnvironmentConfiguration(EnvironmentConfigurationT &&value)
GetNotebookResult & WithOwningProjectId(OwningProjectIdT &&value)
GetNotebookResult & WithUpdatedAt(UpdatedAtT &&value)
void SetComputeId(ComputeIdT &&value)
const Aws::String & GetName() const
GetNotebookResult & WithId(IdT &&value)
GetNotebookResult & AddCellOrder(CellOrderT &&value)
const Aws::String & GetOwningProjectId() const
const Aws::String & GetLockedBy() const
const Aws::String & GetDescription() const
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
GetNotebookResult & WithName(NameT &&value)
void SetCellOrder(CellOrderT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetNotebookResult & WithCreatedBy(CreatedByT &&value)
GetNotebookResult & WithRequestId(RequestIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
GetNotebookResult & WithEnvironmentConfiguration(EnvironmentConfigurationT &&value)
AWS_DATAZONE_API GetNotebookResult()=default
GetNotebookResult & WithUpdatedBy(UpdatedByT &&value)
GetNotebookResult & WithComputeId(ComputeIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
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