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>
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>
291 template <
typename DomainIdT = Aws::String>
293 m_domainIdHasBeenSet =
true;
294 m_domainId = std::forward<DomainIdT>(value);
296 template <
typename DomainIdT = Aws::String>
308 template <
typename ListingT = AssetListingDetails>
310 m_listingHasBeenSet =
true;
311 m_listing = std::forward<ListingT>(value);
313 template <
typename ListingT = AssetListingDetails>
325 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
327 m_formsOutputHasBeenSet =
true;
328 m_formsOutput = std::forward<FormsOutputT>(value);
330 template <
typename FormsOutputT = Aws::Vector<FormOutput>>
335 template <
typename FormsOutputT = FormOutput>
337 m_formsOutputHasBeenSet =
true;
338 m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
348 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
350 m_readOnlyFormsOutputHasBeenSet =
true;
351 m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value);
353 template <
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
358 template <
typename ReadOnlyFormsOutputT = FormOutput>
360 m_readOnlyFormsOutputHasBeenSet =
true;
361 m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
372 return m_latestTimeSeriesDataPointFormsOutput;
374 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
376 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
377 m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value);
379 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
384 template <
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
386 m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true;
387 m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
398 template <
typename PredictionConfigurationT = PredictionConfiguration>
400 m_predictionConfigurationHasBeenSet =
true;
401 m_predictionConfiguration = std::forward<PredictionConfigurationT>(value);
403 template <
typename PredictionConfigurationT = PredictionConfiguration>
413 template <
typename RequestIdT = Aws::String>
415 m_requestIdHasBeenSet =
true;
416 m_requestId = std::forward<RequestIdT>(value);
418 template <
typename RequestIdT = Aws::String>
457 AssetListingDetails m_listing;
465 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;
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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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