7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/DataProductItemAdditionalAttributes.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename AdditionalAttributesT = DataProductItemAdditionalAttributes>
50 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
51 template<
typename AdditionalAttributesT = DataProductItemAdditionalAttributes>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename CreatedByT = Aws::String>
74 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
75 template<
typename CreatedByT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
97 template<
typename DomainIdT = Aws::String>
98 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
99 template<
typename DomainIdT = Aws::String>
109 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
110 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
111 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
121 template<
typename FirstRevisionCreatedByT = Aws::String>
122 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
123 template<
typename FirstRevisionCreatedByT = Aws::String>
133 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
134 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
135 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
137 template<
typename GlossaryTermsT = Aws::String>
147 template<
typename IdT = Aws::String>
148 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
149 template<
typename IdT = Aws::String>
159 template<
typename NameT = Aws::String>
160 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
161 template<
typename NameT = Aws::String>
171 template<
typename OwningProjectIdT = Aws::String>
172 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
173 template<
typename OwningProjectIdT = Aws::String>
179 bool m_additionalAttributesHasBeenSet =
false;
182 bool m_createdAtHasBeenSet =
false;
185 bool m_createdByHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_domainIdHasBeenSet =
false;
194 bool m_firstRevisionCreatedAtHasBeenSet =
false;
197 bool m_firstRevisionCreatedByHasBeenSet =
false;
200 bool m_glossaryTermsHasBeenSet =
false;
203 bool m_idHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
209 bool m_owningProjectIdHasBeenSet =
false;
void SetAdditionalAttributes(AdditionalAttributesT &&value)
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
const DataProductItemAdditionalAttributes & GetAdditionalAttributes() 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)
bool AdditionalAttributesHasBeenSet() const
DataProductResultItem & WithAdditionalAttributes(AdditionalAttributesT &&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