7#include <aws/datazone/DataZone_EXPORTS.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/model/AssetListingDetails.h>
12#include <aws/datazone/model/PredictionConfiguration.h>
13#include <aws/datazone/model/FormOutput.h>
14#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename CreatedAtT = Aws::Utils::DateTime>
47 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
57 template<
typename CreatedByT = Aws::String>
58 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
59 template<
typename CreatedByT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename DomainIdT = Aws::String>
81 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
82 template<
typename DomainIdT = Aws::String>
91 template<
typename ExternalIdentifierT = Aws::String>
92 void SetExternalIdentifier(ExternalIdentifierT&& value) { m_externalIdentifierHasBeenSet =
true; m_externalIdentifier = std::forward<ExternalIdentifierT>(value); }
93 template<
typename ExternalIdentifierT = Aws::String>
102 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
103 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
104 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
113 template<
typename FirstRevisionCreatedByT = Aws::String>
114 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
115 template<
typename FirstRevisionCreatedByT = Aws::String>
125 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
126 void SetFormsOutput(FormsOutputT&& value) { m_formsOutputHasBeenSet =
true; m_formsOutput = std::forward<FormsOutputT>(value); }
127 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
129 template<
typename FormsOutputT = FormOutput>
139 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
140 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
141 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
143 template<
typename GlossaryTermsT = Aws::String>
152 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
153 void SetGovernedGlossaryTerms(GovernedGlossaryTermsT&& value) { m_governedGlossaryTermsHasBeenSet =
true; m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value); }
154 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
156 template<
typename GovernedGlossaryTermsT = Aws::String>
165 template<
typename IdT = Aws::String>
166 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
167 template<
typename IdT = Aws::String>
177 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
178 void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT&& value) { m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true; m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value); }
179 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
181 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
190 template<
typename ListingT = AssetListingDetails>
191 void SetListing(ListingT&& value) { m_listingHasBeenSet =
true; m_listing = std::forward<ListingT>(value); }
192 template<
typename ListingT = AssetListingDetails>
201 template<
typename NameT = Aws::String>
202 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
203 template<
typename NameT = Aws::String>
212 template<
typename OwningProjectIdT = Aws::String>
213 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
214 template<
typename OwningProjectIdT = Aws::String>
224 template<
typename PredictionConfigurationT = PredictionConfiguration>
225 void SetPredictionConfiguration(PredictionConfigurationT&& value) { m_predictionConfigurationHasBeenSet =
true; m_predictionConfiguration = std::forward<PredictionConfigurationT>(value); }
226 template<
typename PredictionConfigurationT = PredictionConfiguration>
236 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
237 void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT&& value) { m_readOnlyFormsOutputHasBeenSet =
true; m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value); }
238 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
240 template<
typename ReadOnlyFormsOutputT = FormOutput>
249 template<
typename RevisionT = Aws::String>
250 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
251 template<
typename RevisionT = Aws::String>
260 template<
typename TypeIdentifierT = Aws::String>
261 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
262 template<
typename TypeIdentifierT = Aws::String>
271 template<
typename TypeRevisionT = Aws::String>
272 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
273 template<
typename TypeRevisionT = Aws::String>
280 template<
typename RequestIdT = Aws::String>
281 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
282 template<
typename RequestIdT = Aws::String>
288 bool m_createdAtHasBeenSet =
false;
291 bool m_createdByHasBeenSet =
false;
294 bool m_descriptionHasBeenSet =
false;
297 bool m_domainIdHasBeenSet =
false;
300 bool m_externalIdentifierHasBeenSet =
false;
303 bool m_firstRevisionCreatedAtHasBeenSet =
false;
306 bool m_firstRevisionCreatedByHasBeenSet =
false;
309 bool m_formsOutputHasBeenSet =
false;
312 bool m_glossaryTermsHasBeenSet =
false;
315 bool m_governedGlossaryTermsHasBeenSet =
false;
318 bool m_idHasBeenSet =
false;
321 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
323 AssetListingDetails m_listing;
324 bool m_listingHasBeenSet =
false;
327 bool m_nameHasBeenSet =
false;
330 bool m_owningProjectIdHasBeenSet =
false;
332 PredictionConfiguration m_predictionConfiguration;
333 bool m_predictionConfigurationHasBeenSet =
false;
336 bool m_readOnlyFormsOutputHasBeenSet =
false;
339 bool m_revisionHasBeenSet =
false;
342 bool m_typeIdentifierHasBeenSet =
false;
345 bool m_typeRevisionHasBeenSet =
false;
348 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