7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/ProjectDeletionError.h>
12#include <aws/datazone/model/ProjectStatus.h>
44 template <
typename DomainIdT = Aws::String>
46 m_domainIdHasBeenSet =
true;
47 m_domainId = std::forward<DomainIdT>(value);
49 template <
typename DomainIdT = Aws::String>
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
117 m_projectStatusHasBeenSet =
true;
118 m_projectStatus = value;
133 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
135 m_failureReasonsHasBeenSet =
true;
136 m_failureReasons = std::forward<FailureReasonsT>(value);
138 template <
typename FailureReasonsT = Aws::Vector<ProjectDeletionError>>
143 template <
typename FailureReasonsT = ProjectDeletionError>
145 m_failureReasonsHasBeenSet =
true;
146 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
157 template <
typename CreatedByT = Aws::String>
159 m_createdByHasBeenSet =
true;
160 m_createdBy = std::forward<CreatedByT>(value);
162 template <
typename CreatedByT = Aws::String>
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 m_createdAtHasBeenSet =
true;
178 m_createdAt = std::forward<CreatedAtT>(value);
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
193 template <
typename UpdatedAtT = Aws::Utils::DateTime>
195 m_updatedAtHasBeenSet =
true;
196 m_updatedAt = std::forward<UpdatedAtT>(value);
198 template <
typename UpdatedAtT = Aws::Utils::DateTime>
211 template <
typename DomainUnitIdT = Aws::String>
213 m_domainUnitIdHasBeenSet =
true;
214 m_domainUnitId = std::forward<DomainUnitIdT>(value);
216 template <
typename DomainUnitIdT = Aws::String>
242 bool m_domainIdHasBeenSet =
false;
243 bool m_idHasBeenSet =
false;
244 bool m_nameHasBeenSet =
false;
245 bool m_descriptionHasBeenSet =
false;
246 bool m_projectStatusHasBeenSet =
false;
247 bool m_failureReasonsHasBeenSet =
false;
248 bool m_createdByHasBeenSet =
false;
249 bool m_createdAtHasBeenSet =
false;
250 bool m_updatedAtHasBeenSet =
false;
251 bool m_domainUnitIdHasBeenSet =
false;
bool IdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetName() const
ProjectSummary & WithProjectStatus(ProjectStatus value)
void SetDomainId(DomainIdT &&value)
ProjectSummary & AddFailureReasons(FailureReasonsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Vector< ProjectDeletionError > & GetFailureReasons() const
bool CreatedByHasBeenSet() const
ProjectStatus GetProjectStatus() const
bool DomainUnitIdHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectSummary & WithName(NameT &&value)
bool ProjectStatusHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
ProjectSummary & WithUpdatedAt(UpdatedAtT &&value)
ProjectSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
ProjectSummary & WithDescription(DescriptionT &&value)
void SetFailureReasons(FailureReasonsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DATAZONE_API ProjectSummary()=default
bool DomainIdHasBeenSet() const
ProjectSummary & WithDomainId(DomainIdT &&value)
ProjectSummary & WithFailureReasons(FailureReasonsT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetDomainUnitId() const
void SetProjectStatus(ProjectStatus value)
AWS_DATAZONE_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
ProjectSummary & WithDomainUnitId(DomainUnitIdT &&value)
bool FailureReasonsHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetId() const
const Aws::String & GetDomainId() const
ProjectSummary & WithId(IdT &&value)
ProjectSummary & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue