7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/Status.h>
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
49 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
60 template<
typename CreatedByT = Aws::String>
61 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
62 template<
typename CreatedByT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename DomainIdT = Aws::String>
85 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
86 template<
typename DomainIdT = Aws::String>
96 template<
typename DomainUnitIdT = Aws::String>
97 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
98 template<
typename DomainUnitIdT = Aws::String>
108 template<
typename IdT = Aws::String>
109 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
110 template<
typename IdT = Aws::String>
120 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
121 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
122 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
132 template<
typename NameT = Aws::String>
133 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
134 template<
typename NameT = Aws::String>
150 bool m_createdAtHasBeenSet =
false;
153 bool m_createdByHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
159 bool m_domainIdHasBeenSet =
false;
162 bool m_domainUnitIdHasBeenSet =
false;
165 bool m_idHasBeenSet =
false;
168 bool m_lastUpdatedAtHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_statusHasBeenSet =
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