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/NotebookStatus.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
79 template <
typename OwningProjectIdT = Aws::String>
81 m_owningProjectIdHasBeenSet =
true;
82 m_owningProjectId = std::forward<OwningProjectIdT>(value);
84 template <
typename OwningProjectIdT = Aws::String>
97 template <
typename DomainIdT = Aws::String>
99 m_domainIdHasBeenSet =
true;
100 m_domainId = std::forward<DomainIdT>(value);
102 template <
typename DomainIdT = Aws::String>
116 m_statusHasBeenSet =
true;
131 template <
typename DescriptionT = Aws::String>
133 m_descriptionHasBeenSet =
true;
134 m_description = std::forward<DescriptionT>(value);
136 template <
typename DescriptionT = Aws::String>
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 m_createdAtHasBeenSet =
true;
152 m_createdAt = std::forward<CreatedAtT>(value);
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 template <
typename CreatedByT = Aws::String>
169 m_createdByHasBeenSet =
true;
170 m_createdBy = std::forward<CreatedByT>(value);
172 template <
typename CreatedByT = Aws::String>
185 template <
typename UpdatedAtT = Aws::Utils::DateTime>
187 m_updatedAtHasBeenSet =
true;
188 m_updatedAt = std::forward<UpdatedAtT>(value);
190 template <
typename UpdatedAtT = Aws::Utils::DateTime>
203 template <
typename UpdatedByT = Aws::String>
205 m_updatedByHasBeenSet =
true;
206 m_updatedBy = std::forward<UpdatedByT>(value);
208 template <
typename UpdatedByT = Aws::String>
234 bool m_idHasBeenSet =
false;
235 bool m_nameHasBeenSet =
false;
236 bool m_owningProjectIdHasBeenSet =
false;
237 bool m_domainIdHasBeenSet =
false;
238 bool m_statusHasBeenSet =
false;
239 bool m_descriptionHasBeenSet =
false;
240 bool m_createdAtHasBeenSet =
false;
241 bool m_createdByHasBeenSet =
false;
242 bool m_updatedAtHasBeenSet =
false;
243 bool m_updatedByHasBeenSet =
false;
const Aws::String & GetDomainId() const
NotebookSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetOwningProjectId() const
AWS_DATAZONE_API NotebookSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
NotebookSummary & WithName(NameT &&value)
NotebookSummary & WithUpdatedBy(UpdatedByT &&value)
const Aws::String & GetUpdatedBy() const
NotebookSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetName(NameT &&value)
bool CreatedAtHasBeenSet() const
bool IdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetId() const
NotebookSummary & WithDomainId(DomainIdT &&value)
const Aws::String & GetDescription() const
AWS_DATAZONE_API NotebookSummary(Aws::Utils::Json::JsonView jsonValue)
NotebookSummary & WithCreatedBy(CreatedByT &&value)
bool DescriptionHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
bool StatusHasBeenSet() const
bool DomainIdHasBeenSet() const
NotebookSummary & WithId(IdT &&value)
bool UpdatedByHasBeenSet() const
NotebookSummary & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDescription(DescriptionT &&value)
NotebookSummary & WithStatus(NotebookStatus value)
bool OwningProjectIdHasBeenSet() const
NotebookStatus GetStatus() const
bool NameHasBeenSet() const
void SetOwningProjectId(OwningProjectIdT &&value)
NotebookSummary & WithOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetCreatedBy() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API NotebookSummary()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(NotebookStatus value)
bool CreatedByHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue