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/PredictionConfiguration.h>
14#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
74 template <
typename TypeIdentifierT = Aws::String>
76 m_typeIdentifierHasBeenSet =
true;
77 m_typeIdentifier = std::forward<TypeIdentifierT>(value);
79 template <
typename TypeIdentifierT = Aws::String>
91 template <
typename TypeRevisionT = Aws::String>
93 m_typeRevisionHasBeenSet =
true;
94 m_typeRevision = std::forward<TypeRevisionT>(value);
96 template <
typename TypeRevisionT = Aws::String>
108 template <
typename ExternalIdentifierT = Aws::String>
110 m_externalIdentifierHasBeenSet =
true;
111 m_externalIdentifier = std::forward<ExternalIdentifierT>(value);
113 template <
typename ExternalIdentifierT = Aws::String>
125 template <
typename RevisionT = Aws::String>
127 m_revisionHasBeenSet =
true;
128 m_revision = std::forward<RevisionT>(value);
130 template <
typename RevisionT = Aws::String>
142 template <
typename DescriptionT = Aws::String>
144 m_descriptionHasBeenSet =
true;
145 m_description = std::forward<DescriptionT>(value);
147 template <
typename DescriptionT = Aws::String>
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
161 m_createdAtHasBeenSet =
true;
162 m_createdAt = std::forward<CreatedAtT>(value);
164 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 template <
typename CreatedByT = Aws::String>
178 m_createdByHasBeenSet =
true;
179 m_createdBy = std::forward<CreatedByT>(value);
181 template <
typename CreatedByT = Aws::String>
193 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
195 m_firstRevisionCreatedAtHasBeenSet =
true;
196 m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value);
198 template <
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
210 template <
typename FirstRevisionCreatedByT = Aws::String>
212 m_firstRevisionCreatedByHasBeenSet =
true;
213 m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value);
215 template <
typename FirstRevisionCreatedByT = Aws::String>
228 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
230 m_glossaryTermsHasBeenSet =
true;
231 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
233 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
238 template <
typename GlossaryTermsT = Aws::String>
240 m_glossaryTermsHasBeenSet =
true;
241 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
251 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
253 m_governedGlossaryTermsHasBeenSet =
true;
254 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
256 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
261 template <
typename GovernedGlossaryTermsT = Aws::String>
263 m_governedGlossaryTermsHasBeenSet =
true;
264 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
274 template <
typename OwningProjectIdT = Aws::String>
276 m_owningProjectIdHasBeenSet =
true;
277 m_owningProjectId = std::forward<OwningProjectIdT>(value);
279 template <
typename OwningProjectIdT = Aws::String>
292 template <
typename DomainIdT = Aws::String>
294 m_domainIdHasBeenSet =
true;
295 m_domainId = std::forward<DomainIdT>(value);
297 template <
typename DomainIdT = Aws::String>
309 template <
typename ListingT = AssetListingDetails>
311 m_listingHasBeenSet =
true;
312 m_listing = std::forward<ListingT>(value);
314 template <
typename ListingT = AssetListingDetails>
327 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
329 m_formsOutputHasBeenSet =
true;
330 m_formsOutput = std::forward<FormsOutputT>(value);
332 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
337 template <
typename FormsOutputT = FormOutput>
339 m_formsOutputHasBeenSet =
true;
340 m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
351 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
353 m_readOnlyFormsOutputHasBeenSet =
true;
354 m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value);
356 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
361 template <
typename ReadOnlyFormsOutputT = FormOutput>
363 m_readOnlyFormsOutputHasBeenSet =
true;
364 m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
375 return m_latestTimeSeriesDataPointFormsOutput;
377 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
379 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
380 m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value);
382 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
387 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
389 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
390 m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
401 template <
typename PredictionConfigurationT = PredictionConfiguration>
403 m_predictionConfigurationHasBeenSet =
true;
404 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
406 template <
typename PredictionConfigurationT = PredictionConfiguration>
416 template <
typename RequestIdT = Aws::String>
418 m_requestIdHasBeenSet =
true;
419 m_requestId = std::forward<RequestIdT>(value);
421 template <
typename RequestIdT = Aws::String>
458 AssetListingDetails m_listing;
466 PredictionConfiguration m_predictionConfiguration;
469 bool m_idHasBeenSet =
false;
470 bool m_nameHasBeenSet =
false;
471 bool m_typeIdentifierHasBeenSet =
false;
472 bool m_typeRevisionHasBeenSet =
false;
473 bool m_externalIdentifierHasBeenSet =
false;
474 bool m_revisionHasBeenSet =
false;
475 bool m_descriptionHasBeenSet =
false;
476 bool m_createdAtHasBeenSet =
false;
477 bool m_createdByHasBeenSet =
false;
478 bool m_firstRevisionCreatedAtHasBeenSet =
false;
479 bool m_firstRevisionCreatedByHasBeenSet =
false;
480 bool m_glossaryTermsHasBeenSet =
false;
481 bool m_governedGlossaryTermsHasBeenSet =
false;
482 bool m_owningProjectIdHasBeenSet =
false;
483 bool m_domainIdHasBeenSet =
false;
484 bool m_listingHasBeenSet =
false;
485 bool m_formsOutputHasBeenSet =
false;
486 bool m_readOnlyFormsOutputHasBeenSet =
false;
487 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
488 bool m_predictionConfigurationHasBeenSet =
false;
489 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)
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