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/core/utils/memory/stl/AWSVector.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 FirstRevisionCreatedAtT = Aws::Utils::DateTime>
97 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
98 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
108 template<
typename FirstRevisionCreatedByT = Aws::String>
109 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
110 template<
typename FirstRevisionCreatedByT = Aws::String>
120 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
121 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
122 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
124 template<
typename GlossaryTermsT = Aws::String>
134 template<
typename IdT = Aws::String>
135 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
136 template<
typename IdT = Aws::String>
146 template<
typename NameT = Aws::String>
147 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
148 template<
typename NameT = Aws::String>
158 template<
typename OwningProjectIdT = Aws::String>
159 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
160 template<
typename OwningProjectIdT = Aws::String>
166 bool m_createdAtHasBeenSet =
false;
169 bool m_createdByHasBeenSet =
false;
172 bool m_descriptionHasBeenSet =
false;
175 bool m_domainIdHasBeenSet =
false;
178 bool m_firstRevisionCreatedAtHasBeenSet =
false;
181 bool m_firstRevisionCreatedByHasBeenSet =
false;
184 bool m_glossaryTermsHasBeenSet =
false;
187 bool m_idHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
193 bool m_owningProjectIdHasBeenSet =
false;
bool CreatedByHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
DataProductResultItem & WithName(NameT &&value)
DataProductResultItem & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
DataProductResultItem & WithDomainId(DomainIdT &&value)
DataProductResultItem & WithId(IdT &&value)
bool CreatedAtHasBeenSet() const
bool IdHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetId() const
AWS_DATAZONE_API DataProductResultItem & operator=(Aws::Utils::Json::JsonView jsonValue)
DataProductResultItem & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
bool FirstRevisionCreatedAtHasBeenSet() const
const Aws::String & GetDomainId() const
DataProductResultItem & WithCreatedBy(CreatedByT &&value)
void SetDomainId(DomainIdT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
DataProductResultItem & WithGlossaryTerms(GlossaryTermsT &&value)
void SetDescription(DescriptionT &&value)
DataProductResultItem & WithDescription(DescriptionT &&value)
bool DomainIdHasBeenSet() const
const Aws::String & GetOwningProjectId() const
bool NameHasBeenSet() const
bool FirstRevisionCreatedByHasBeenSet() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
bool DescriptionHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API DataProductResultItem()=default
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetOwningProjectId(OwningProjectIdT &&value)
AWS_DATAZONE_API DataProductResultItem(Aws::Utils::Json::JsonView jsonValue)
bool GlossaryTermsHasBeenSet() const
bool OwningProjectIdHasBeenSet() const
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
DataProductResultItem & WithCreatedAt(CreatedAtT &&value)
DataProductResultItem & WithOwningProjectId(OwningProjectIdT &&value)
DataProductResultItem & AddGlossaryTerms(GlossaryTermsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue