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>
227 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
229 m_glossaryTermsHasBeenSet =
true;
230 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
232 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
237 template <
typename GlossaryTermsT = Aws::String>
239 m_glossaryTermsHasBeenSet =
true;
240 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
250 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
252 m_governedGlossaryTermsHasBeenSet =
true;
253 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
255 template <
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
260 template <
typename GovernedGlossaryTermsT = Aws::String>
262 m_governedGlossaryTermsHasBeenSet =
true;
263 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
273 template <
typename OwningProjectIdT = Aws::String>
275 m_owningProjectIdHasBeenSet =
true;
276 m_owningProjectId = std::forward<OwningProjectIdT>(value);
278 template <
typename OwningProjectIdT = Aws::String>
290 template <
typename DomainIdT = Aws::String>
292 m_domainIdHasBeenSet =
true;
293 m_domainId = std::forward<DomainIdT>(value);
295 template <
typename DomainIdT = Aws::String>
307 template <
typename ListingT = AssetListingDetails>
309 m_listingHasBeenSet =
true;
310 m_listing = std::forward<ListingT>(value);
312 template <
typename ListingT = AssetListingDetails>
324 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
326 m_formsOutputHasBeenSet =
true;
327 m_formsOutput = std::forward<FormsOutputT>(value);
329 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
334 template <
typename FormsOutputT = FormOutput>
336 m_formsOutputHasBeenSet =
true;
337 m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
347 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
349 m_readOnlyFormsOutputHasBeenSet =
true;
350 m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value);
352 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
357 template <
typename ReadOnlyFormsOutputT = FormOutput>
359 m_readOnlyFormsOutputHasBeenSet =
true;
360 m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
371 return m_latestTimeSeriesDataPointFormsOutput;
373 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
375 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
376 m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value);
378 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
383 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
385 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
386 m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
397 template <
typename PredictionConfigurationT = PredictionConfiguration>
399 m_predictionConfigurationHasBeenSet =
true;
400 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
402 template <
typename PredictionConfigurationT = PredictionConfiguration>
412 template <
typename RequestIdT = Aws::String>
414 m_requestIdHasBeenSet =
true;
415 m_requestId = std::forward<RequestIdT>(value);
417 template <
typename RequestIdT = Aws::String>
454 AssetListingDetails m_listing;
462 PredictionConfiguration m_predictionConfiguration;
465 bool m_idHasBeenSet =
false;
466 bool m_nameHasBeenSet =
false;
467 bool m_typeIdentifierHasBeenSet =
false;
468 bool m_typeRevisionHasBeenSet =
false;
469 bool m_externalIdentifierHasBeenSet =
false;
470 bool m_revisionHasBeenSet =
false;
471 bool m_descriptionHasBeenSet =
false;
472 bool m_createdAtHasBeenSet =
false;
473 bool m_createdByHasBeenSet =
false;
474 bool m_firstRevisionCreatedAtHasBeenSet =
false;
475 bool m_firstRevisionCreatedByHasBeenSet =
false;
476 bool m_glossaryTermsHasBeenSet =
false;
477 bool m_governedGlossaryTermsHasBeenSet =
false;
478 bool m_owningProjectIdHasBeenSet =
false;
479 bool m_domainIdHasBeenSet =
false;
480 bool m_listingHasBeenSet =
false;
481 bool m_formsOutputHasBeenSet =
false;
482 bool m_readOnlyFormsOutputHasBeenSet =
false;
483 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
484 bool m_predictionConfigurationHasBeenSet =
false;
485 bool m_requestIdHasBeenSet =
false;
CreateAssetResult & WithId(IdT &&value)
void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
const Aws::Vector< FormOutput > & GetFormsOutput() const
CreateAssetResult & AddGlossaryTerms(GlossaryTermsT &&value)
CreateAssetResult & WithReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
const Aws::String & GetTypeIdentifier() const
void SetOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetTypeRevision() const
CreateAssetResult & WithCreatedBy(CreatedByT &&value)
const AssetListingDetails & GetListing() const
AWS_DATAZONE_API CreateAssetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
CreateAssetResult & WithExternalIdentifier(ExternalIdentifierT &&value)
void SetTypeRevision(TypeRevisionT &&value)
CreateAssetResult & WithRevision(RevisionT &&value)
CreateAssetResult & AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
const Aws::String & GetCreatedBy() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
CreateAssetResult & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
AWS_DATAZONE_API CreateAssetResult()=default
CreateAssetResult & WithTypeIdentifier(TypeIdentifierT &&value)
CreateAssetResult & WithRequestId(RequestIdT &&value)
CreateAssetResult & WithLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
CreateAssetResult & AddReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
CreateAssetResult & WithDomainId(DomainIdT &&value)
const PredictionConfiguration & GetPredictionConfiguration() const
const Aws::String & GetName() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetDomainId() const
AWS_DATAZONE_API CreateAssetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetListing(ListingT &&value)
const Aws::String & GetId() const
CreateAssetResult & WithName(NameT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
CreateAssetResult & WithOwningProjectId(OwningProjectIdT &&value)
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
void SetName(NameT &&value)
CreateAssetResult & WithDescription(DescriptionT &&value)
CreateAssetResult & WithPredictionConfiguration(PredictionConfigurationT &&value)
void SetPredictionConfiguration(PredictionConfigurationT &&value)
CreateAssetResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< TimeSeriesDataPointSummaryFormOutput > & GetLatestTimeSeriesDataPointFormsOutput() const
CreateAssetResult & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
void SetDomainId(DomainIdT &&value)
CreateAssetResult & WithListing(ListingT &&value)
void SetExternalIdentifier(ExternalIdentifierT &&value)
const Aws::String & GetRevision() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
CreateAssetResult & WithFormsOutput(FormsOutputT &&value)
CreateAssetResult & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
CreateAssetResult & AddFormsOutput(FormsOutputT &&value)
void SetTypeIdentifier(TypeIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
CreateAssetResult & WithTypeRevision(TypeRevisionT &&value)
const Aws::Vector< FormOutput > & GetReadOnlyFormsOutput() const
const Aws::String & GetFirstRevisionCreatedBy() const
CreateAssetResult & WithGlossaryTerms(GlossaryTermsT &&value)
void SetRevision(RevisionT &&value)
const Aws::String & GetExternalIdentifier() const
void SetFormsOutput(FormsOutputT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
const Aws::String & GetOwningProjectId() const
CreateAssetResult & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&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