7#include <aws/core/http/HttpResponse.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/DataZone_EXPORTS.h>
12#include <aws/datazone/model/AssetListingDetails.h>
13#include <aws/datazone/model/FormOutput.h>
14#include <aws/datazone/model/PredictionConfiguration.h>
15#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
75 template <
typename TypeIdentifierT = Aws::String>
77 m_typeIdentifierHasBeenSet =
true;
78 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
80 template <
typename TypeIdentifierT = Aws::String>
92 template <
typename TypeRevisionT = Aws::String>
94 m_typeRevisionHasBeenSet =
true;
95 m_typeRevision = std::forward<TypeRevisionT>(value);
97 template <
typename TypeRevisionT = Aws::String>
109 template <
typename ExternalIdentifierT = Aws::String>
111 m_externalIdentifierHasBeenSet =
true;
112 m_externalIdentifier = std::forward<ExternalIdentifierT>(value);
114 template <
typename ExternalIdentifierT = Aws::String>
126 template <
typename RevisionT = Aws::String>
128 m_revisionHasBeenSet =
true;
129 m_revision = std::forward<RevisionT>(value);
131 template <
typename RevisionT = Aws::String>
143 template <
typename DescriptionT = Aws::String>
145 m_descriptionHasBeenSet =
true;
146 m_description = std::forward<DescriptionT>(value);
148 template <
typename DescriptionT = Aws::String>
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
162 m_createdAtHasBeenSet =
true;
163 m_createdAt = std::forward<CreatedAtT>(value);
165 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 template <
typename CreatedByT = Aws::String>
179 m_createdByHasBeenSet =
true;
180 m_createdBy = std::forward<CreatedByT>(value);
182 template <
typename CreatedByT = Aws::String>
194 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
196 m_firstRevisionCreatedAtHasBeenSet =
true;
197 m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value);
199 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
211 template <
typename FirstRevisionCreatedByT = Aws::String>
213 m_firstRevisionCreatedByHasBeenSet =
true;
214 m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value);
216 template <
typename FirstRevisionCreatedByT = Aws::String>
229 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
231 m_glossaryTermsHasBeenSet =
true;
232 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
234 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
239 template <
typename GlossaryTermsT = Aws::String>
241 m_glossaryTermsHasBeenSet =
true;
242 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
252 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
254 m_governedGlossaryTermsHasBeenSet =
true;
255 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
257 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
262 template <
typename GovernedGlossaryTermsT = Aws::String>
264 m_governedGlossaryTermsHasBeenSet =
true;
265 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
275 template <
typename OwningProjectIdT = Aws::String>
277 m_owningProjectIdHasBeenSet =
true;
278 m_owningProjectId = std::forward<OwningProjectIdT>(value);
280 template <
typename OwningProjectIdT = Aws::String>
293 template <
typename DomainIdT = Aws::String>
295 m_domainIdHasBeenSet =
true;
296 m_domainId = std::forward<DomainIdT>(value);
298 template <
typename DomainIdT = Aws::String>
310 template <
typename ListingT = AssetListingDetails>
312 m_listingHasBeenSet =
true;
313 m_listing = std::forward<ListingT>(value);
315 template <
typename ListingT = AssetListingDetails>
328 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
330 m_formsOutputHasBeenSet =
true;
331 m_formsOutput = std::forward<FormsOutputT>(value);
333 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
338 template <
typename FormsOutputT = FormOutput>
340 m_formsOutputHasBeenSet =
true;
341 m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
352 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
354 m_readOnlyFormsOutputHasBeenSet =
true;
355 m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value);
357 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
362 template <
typename ReadOnlyFormsOutputT = FormOutput>
364 m_readOnlyFormsOutputHasBeenSet =
true;
365 m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
376 return m_latestTimeSeriesDataPointFormsOutput;
378 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
380 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
381 m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value);
383 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
388 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
390 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
391 m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
402 template <
typename PredictionConfigurationT = PredictionConfiguration>
404 m_predictionConfigurationHasBeenSet =
true;
405 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
407 template <
typename PredictionConfigurationT = PredictionConfiguration>
417 template <
typename RequestIdT = Aws::String>
419 m_requestIdHasBeenSet =
true;
420 m_requestId = std::forward<RequestIdT>(value);
422 template <
typename RequestIdT = Aws::String>
461 AssetListingDetails m_listing;
469 PredictionConfiguration m_predictionConfiguration;
473 bool m_idHasBeenSet =
false;
474 bool m_nameHasBeenSet =
false;
475 bool m_typeIdentifierHasBeenSet =
false;
476 bool m_typeRevisionHasBeenSet =
false;
477 bool m_externalIdentifierHasBeenSet =
false;
478 bool m_revisionHasBeenSet =
false;
479 bool m_descriptionHasBeenSet =
false;
480 bool m_createdAtHasBeenSet =
false;
481 bool m_createdByHasBeenSet =
false;
482 bool m_firstRevisionCreatedAtHasBeenSet =
false;
483 bool m_firstRevisionCreatedByHasBeenSet =
false;
484 bool m_glossaryTermsHasBeenSet =
false;
485 bool m_governedGlossaryTermsHasBeenSet =
false;
486 bool m_owningProjectIdHasBeenSet =
false;
487 bool m_domainIdHasBeenSet =
false;
488 bool m_listingHasBeenSet =
false;
489 bool m_formsOutputHasBeenSet =
false;
490 bool m_readOnlyFormsOutputHasBeenSet =
false;
491 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
492 bool m_predictionConfigurationHasBeenSet =
false;
493 bool m_requestIdHasBeenSet =
false;
CreateAssetRevisionResult & WithTypeRevision(TypeRevisionT &&value)
const Aws::String & GetRequestId() const
CreateAssetRevisionResult & WithLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
CreateAssetRevisionResult & WithExternalIdentifier(ExternalIdentifierT &&value)
CreateAssetRevisionResult & WithRevision(RevisionT &&value)
CreateAssetRevisionResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< TimeSeriesDataPointSummaryFormOutput > & GetLatestTimeSeriesDataPointFormsOutput() const
const Aws::String & GetRevision() const
CreateAssetRevisionResult & AddReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
CreateAssetRevisionResult & WithReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
CreateAssetRevisionResult & AddFormsOutput(FormsOutputT &&value)
void SetFormsOutput(FormsOutputT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
const Aws::String & GetTypeIdentifier() const
void SetRevision(RevisionT &&value)
void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
CreateAssetRevisionResult & WithPredictionConfiguration(PredictionConfigurationT &&value)
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
void SetExternalIdentifier(ExternalIdentifierT &&value)
CreateAssetRevisionResult & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::Vector< FormOutput > & GetReadOnlyFormsOutput() const
const Aws::String & GetCreatedBy() const
CreateAssetRevisionResult & AddGlossaryTerms(GlossaryTermsT &&value)
CreateAssetRevisionResult & WithDescription(DescriptionT &&value)
CreateAssetRevisionResult & WithName(NameT &&value)
CreateAssetRevisionResult & WithGlossaryTerms(GlossaryTermsT &&value)
CreateAssetRevisionResult & WithId(IdT &&value)
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::String & GetDescription() const
CreateAssetRevisionResult & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< FormOutput > & GetFormsOutput() const
void SetCreatedBy(CreatedByT &&value)
void SetTypeIdentifier(TypeIdentifierT &&value)
const PredictionConfiguration & GetPredictionConfiguration() const
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
CreateAssetRevisionResult & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
const AssetListingDetails & GetListing() const
const Aws::String & GetTypeRevision() const
CreateAssetRevisionResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API CreateAssetRevisionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API CreateAssetRevisionResult()=default
const Aws::String & GetExternalIdentifier() const
const Aws::String & GetDomainId() const
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
const Aws::String & GetId() const
CreateAssetRevisionResult & WithListing(ListingT &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
CreateAssetRevisionResult & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API CreateAssetRevisionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
CreateAssetRevisionResult & WithCreatedAt(CreatedAtT &&value)
void SetRequestId(RequestIdT &&value)
CreateAssetRevisionResult & WithTypeIdentifier(TypeIdentifierT &&value)
const Aws::String & GetOwningProjectId() const
void SetTypeRevision(TypeRevisionT &&value)
CreateAssetRevisionResult & AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
const Aws::String & GetName() const
CreateAssetRevisionResult & WithOwningProjectId(OwningProjectIdT &&value)
void SetListing(ListingT &&value)
void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
void SetPredictionConfiguration(PredictionConfigurationT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
CreateAssetRevisionResult & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
void SetDescription(DescriptionT &&value)
CreateAssetRevisionResult & WithFormsOutput(FormsOutputT &&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