7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AssetListingDetails.h>
12#include <aws/datazone/model/FormOutput.h>
13#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
73 template <
typename TypeIdentifierT = Aws::String>
75 m_typeIdentifierHasBeenSet =
true;
76 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
78 template <
typename TypeIdentifierT = Aws::String>
90 template <
typename TypeRevisionT = Aws::String>
92 m_typeRevisionHasBeenSet =
true;
93 m_typeRevision = std::forward<TypeRevisionT>(value);
95 template <
typename TypeRevisionT = Aws::String>
107 template <
typename ExternalIdentifierT = Aws::String>
109 m_externalIdentifierHasBeenSet =
true;
110 m_externalIdentifier = std::forward<ExternalIdentifierT>(value);
112 template <
typename ExternalIdentifierT = Aws::String>
124 template <
typename RevisionT = Aws::String>
126 m_revisionHasBeenSet =
true;
127 m_revision = std::forward<RevisionT>(value);
129 template <
typename RevisionT = Aws::String>
141 template <
typename DescriptionT = Aws::String>
143 m_descriptionHasBeenSet =
true;
144 m_description = std::forward<DescriptionT>(value);
146 template <
typename DescriptionT = Aws::String>
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 m_createdAtHasBeenSet =
true;
161 m_createdAt = std::forward<CreatedAtT>(value);
163 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 template <
typename CreatedByT = Aws::String>
177 m_createdByHasBeenSet =
true;
178 m_createdBy = std::forward<CreatedByT>(value);
180 template <
typename CreatedByT = Aws::String>
192 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
194 m_firstRevisionCreatedAtHasBeenSet =
true;
195 m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value);
197 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
209 template <
typename FirstRevisionCreatedByT = Aws::String>
211 m_firstRevisionCreatedByHasBeenSet =
true;
212 m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value);
214 template <
typename FirstRevisionCreatedByT = Aws::String>
226 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
228 m_glossaryTermsHasBeenSet =
true;
229 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
231 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
236 template <
typename GlossaryTermsT = Aws::String>
238 m_glossaryTermsHasBeenSet =
true;
239 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
249 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
251 m_governedGlossaryTermsHasBeenSet =
true;
252 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
254 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
259 template <
typename GovernedGlossaryTermsT = Aws::String>
261 m_governedGlossaryTermsHasBeenSet =
true;
262 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
272 template <
typename OwningProjectIdT = Aws::String>
274 m_owningProjectIdHasBeenSet =
true;
275 m_owningProjectId = std::forward<OwningProjectIdT>(value);
277 template <
typename OwningProjectIdT = Aws::String>
289 template <
typename DomainIdT = Aws::String>
291 m_domainIdHasBeenSet =
true;
292 m_domainId = std::forward<DomainIdT>(value);
294 template <
typename DomainIdT = Aws::String>
306 template <
typename ListingT = AssetListingDetails>
308 m_listingHasBeenSet =
true;
309 m_listing = std::forward<ListingT>(value);
311 template <
typename ListingT = AssetListingDetails>
323 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
325 m_formsOutputHasBeenSet =
true;
326 m_formsOutput = std::forward<FormsOutputT>(value);
328 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
333 template <
typename FormsOutputT = FormOutput>
335 m_formsOutputHasBeenSet =
true;
336 m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
346 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
348 m_readOnlyFormsOutputHasBeenSet =
true;
349 m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value);
351 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
356 template <
typename ReadOnlyFormsOutputT = FormOutput>
358 m_readOnlyFormsOutputHasBeenSet =
true;
359 m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
370 return m_latestTimeSeriesDataPointFormsOutput;
372 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
374 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
375 m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value);
377 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
382 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
384 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
385 m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
393 template <
typename RequestIdT = Aws::String>
395 m_requestIdHasBeenSet =
true;
396 m_requestId = std::forward<RequestIdT>(value);
398 template <
typename RequestIdT = Aws::String>
435 AssetListingDetails m_listing;
444 bool m_idHasBeenSet =
false;
445 bool m_nameHasBeenSet =
false;
446 bool m_typeIdentifierHasBeenSet =
false;
447 bool m_typeRevisionHasBeenSet =
false;
448 bool m_externalIdentifierHasBeenSet =
false;
449 bool m_revisionHasBeenSet =
false;
450 bool m_descriptionHasBeenSet =
false;
451 bool m_createdAtHasBeenSet =
false;
452 bool m_createdByHasBeenSet =
false;
453 bool m_firstRevisionCreatedAtHasBeenSet =
false;
454 bool m_firstRevisionCreatedByHasBeenSet =
false;
455 bool m_glossaryTermsHasBeenSet =
false;
456 bool m_governedGlossaryTermsHasBeenSet =
false;
457 bool m_owningProjectIdHasBeenSet =
false;
458 bool m_domainIdHasBeenSet =
false;
459 bool m_listingHasBeenSet =
false;
460 bool m_formsOutputHasBeenSet =
false;
461 bool m_readOnlyFormsOutputHasBeenSet =
false;
462 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
463 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRevision() const
void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
GetAssetResult & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::String & GetCreatedBy() const
GetAssetResult & WithId(IdT &&value)
const Aws::String & GetId() const
AWS_DATAZONE_API GetAssetResult()=default
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
GetAssetResult & WithFormsOutput(FormsOutputT &&value)
GetAssetResult & WithListing(ListingT &&value)
void SetName(NameT &&value)
const Aws::Vector< TimeSeriesDataPointSummaryFormOutput > & GetLatestTimeSeriesDataPointFormsOutput() const
void SetListing(ListingT &&value)
const Aws::String & GetDescription() const
void SetDomainId(DomainIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
GetAssetResult & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
GetAssetResult & WithLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
void SetExternalIdentifier(ExternalIdentifierT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetFormsOutput(FormsOutputT &&value)
GetAssetResult & WithTypeRevision(TypeRevisionT &&value)
GetAssetResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
void SetCreatedAt(CreatedAtT &&value)
GetAssetResult & WithGlossaryTerms(GlossaryTermsT &&value)
GetAssetResult & AddReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
GetAssetResult & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
const Aws::String & GetTypeIdentifier() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetExternalIdentifier() const
GetAssetResult & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
AWS_DATAZONE_API GetAssetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetOwningProjectId() const
GetAssetResult & WithTypeIdentifier(TypeIdentifierT &&value)
GetAssetResult & WithName(NameT &&value)
const Aws::String & GetDomainId() const
GetAssetResult & WithDomainId(DomainIdT &&value)
GetAssetResult & WithRevision(RevisionT &&value)
GetAssetResult & WithOwningProjectId(OwningProjectIdT &&value)
AWS_DATAZONE_API GetAssetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTypeRevision(TypeRevisionT &&value)
const Aws::String & GetTypeRevision() const
GetAssetResult & AddGlossaryTerms(GlossaryTermsT &&value)
GetAssetResult & WithExternalIdentifier(ExternalIdentifierT &&value)
GetAssetResult & AddFormsOutput(FormsOutputT &&value)
const Aws::Vector< FormOutput > & GetFormsOutput() const
GetAssetResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< FormOutput > & GetReadOnlyFormsOutput() const
const AssetListingDetails & GetListing() const
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
GetAssetResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetName() const
void SetRevision(RevisionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetAssetResult & AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
GetAssetResult & WithReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
void SetTypeIdentifier(TypeIdentifierT &&value)
GetAssetResult & WithDescription(DescriptionT &&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