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>
11#include <aws/datazone/model/DataProductStatus.h>
12#include <aws/datazone/model/FormOutput.h>
13#include <aws/datazone/model/DataProductItem.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
46 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
47 template<
typename CreatedAtT = Aws::Utils::DateTime>
56 template<
typename CreatedByT = Aws::String>
57 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
58 template<
typename CreatedByT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
78 template<
typename DomainIdT = Aws::String>
79 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
80 template<
typename DomainIdT = Aws::String>
89 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
90 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
91 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
100 template<
typename FirstRevisionCreatedByT = Aws::String>
101 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
102 template<
typename FirstRevisionCreatedByT = Aws::String>
111 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
112 void SetFormsOutput(FormsOutputT&& value) { m_formsOutputHasBeenSet =
true; m_formsOutput = std::forward<FormsOutputT>(value); }
113 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
115 template<
typename FormsOutputT = FormOutput>
124 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
125 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
126 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
128 template<
typename GlossaryTermsT = Aws::String>
137 template<
typename IdT = Aws::String>
138 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
139 template<
typename IdT = Aws::String>
148 template<
typename ItemsT = Aws::Vector<DataProductItem>>
149 void SetItems(ItemsT&& value) { m_itemsHasBeenSet =
true; m_items = std::forward<ItemsT>(value); }
150 template<
typename ItemsT = Aws::Vector<DataProductItem>>
152 template<
typename ItemsT = DataProductItem>
161 template<
typename NameT = Aws::String>
162 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
163 template<
typename NameT = Aws::String>
172 template<
typename OwningProjectIdT = Aws::String>
173 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
174 template<
typename OwningProjectIdT = Aws::String>
183 template<
typename RevisionT = Aws::String>
184 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
185 template<
typename RevisionT = Aws::String>
201 template<
typename RequestIdT = Aws::String>
202 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
203 template<
typename RequestIdT = Aws::String>
209 bool m_createdAtHasBeenSet =
false;
212 bool m_createdByHasBeenSet =
false;
215 bool m_descriptionHasBeenSet =
false;
218 bool m_domainIdHasBeenSet =
false;
221 bool m_firstRevisionCreatedAtHasBeenSet =
false;
224 bool m_firstRevisionCreatedByHasBeenSet =
false;
227 bool m_formsOutputHasBeenSet =
false;
230 bool m_glossaryTermsHasBeenSet =
false;
233 bool m_idHasBeenSet =
false;
236 bool m_itemsHasBeenSet =
false;
239 bool m_nameHasBeenSet =
false;
242 bool m_owningProjectIdHasBeenSet =
false;
245 bool m_revisionHasBeenSet =
false;
248 bool m_statusHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetOwningProjectId() const
const Aws::String & GetRequestId() const
void SetStatus(DataProductStatus value)
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
GetDataProductResult & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::Vector< FormOutput > & GetFormsOutput() const
void SetRevision(RevisionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetId() const
GetDataProductResult & AddFormsOutput(FormsOutputT &&value)
GetDataProductResult & WithRevision(RevisionT &&value)
void SetItems(ItemsT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API GetDataProductResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API GetDataProductResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DataProductStatus GetStatus() const
void SetOwningProjectId(OwningProjectIdT &&value)
GetDataProductResult & WithName(NameT &&value)
GetDataProductResult & WithDomainId(DomainIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetDataProductResult & WithCreatedAt(CreatedAtT &&value)
GetDataProductResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainId() const
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
GetDataProductResult & AddItems(ItemsT &&value)
GetDataProductResult & WithStatus(DataProductStatus value)
const Aws::String & GetRevision() const
const Aws::String & GetFirstRevisionCreatedBy() const
GetDataProductResult & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
GetDataProductResult & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::Vector< DataProductItem > & GetItems() const
void SetCreatedBy(CreatedByT &&value)
GetDataProductResult & WithOwningProjectId(OwningProjectIdT &&value)
void SetFormsOutput(FormsOutputT &&value)
GetDataProductResult & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
GetDataProductResult & WithFormsOutput(FormsOutputT &&value)
GetDataProductResult & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetName() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetDataProductResult & WithRequestId(RequestIdT &&value)
GetDataProductResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
GetDataProductResult & WithItems(ItemsT &&value)
AWS_DATAZONE_API GetDataProductResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue