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/Status.h>
42 template <
typename DomainIdT = Aws::String>
44 m_domainIdHasBeenSet =
true;
45 m_domainId = std::forward<DomainIdT>(value);
47 template <
typename DomainIdT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
115 m_statusHasBeenSet =
true;
130 template <
typename CreatedByT = Aws::String>
132 m_createdByHasBeenSet =
true;
133 m_createdBy = std::forward<CreatedByT>(value);
135 template <
typename CreatedByT = Aws::String>
148 template <
typename CreatedAtT = Aws::Utils::DateTime>
150 m_createdAtHasBeenSet =
true;
151 m_createdAt = std::forward<CreatedAtT>(value);
153 template <
typename CreatedAtT = Aws::Utils::DateTime>
166 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
168 m_lastUpdatedAtHasBeenSet =
true;
169 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
171 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
184 template <
typename DomainUnitIdT = Aws::String>
186 m_domainUnitIdHasBeenSet =
true;
187 m_domainUnitId = std::forward<DomainUnitIdT>(value);
189 template <
typename DomainUnitIdT = Aws::String>
213 bool m_domainIdHasBeenSet =
false;
214 bool m_idHasBeenSet =
false;
215 bool m_nameHasBeenSet =
false;
216 bool m_descriptionHasBeenSet =
false;
217 bool m_statusHasBeenSet =
false;
218 bool m_createdByHasBeenSet =
false;
219 bool m_createdAtHasBeenSet =
false;
220 bool m_lastUpdatedAtHasBeenSet =
false;
221 bool m_domainUnitIdHasBeenSet =
false;
void SetDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
ProjectProfileSummary & WithDescription(DescriptionT &&value)
bool CreatedByHasBeenSet() const
const Aws::String & GetName() const
ProjectProfileSummary & WithCreatedBy(CreatedByT &&value)
bool StatusHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API ProjectProfileSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API ProjectProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectProfileSummary & WithStatus(Status value)
bool DomainIdHasBeenSet() const
bool DomainUnitIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetCreatedAt(CreatedAtT &&value)
ProjectProfileSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool IdHasBeenSet() const
ProjectProfileSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetId() const
const Aws::String & GetCreatedBy() const
bool DescriptionHasBeenSet() const
ProjectProfileSummary & WithName(NameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectProfileSummary & WithId(IdT &&value)
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
ProjectProfileSummary & WithDomainUnitId(DomainUnitIdT &&value)
ProjectProfileSummary & WithDomainId(DomainIdT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_DATAZONE_API ProjectProfileSummary()=default
bool NameHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainId() const
const Aws::String & GetDomainUnitId() const
void SetStatus(Status value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue