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/FormOutput.h>
13#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
46 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
47 template<
typename CreatedAtT = Aws::Utils::DateTime>
56 template<
typename CreatedByT = Aws::String>
57 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
58 template<
typename CreatedByT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
78 template<
typename DomainIdT = Aws::String>
79 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
80 template<
typename DomainIdT = Aws::String>
89 template<
typename ExternalIdentifierT = Aws::String>
90 void SetExternalIdentifier(ExternalIdentifierT&& value) { m_externalIdentifierHasBeenSet =
true; m_externalIdentifier = std::forward<ExternalIdentifierT>(value); }
91 template<
typename ExternalIdentifierT = Aws::String>
100 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
101 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
102 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
111 template<
typename FirstRevisionCreatedByT = Aws::String>
112 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
113 template<
typename FirstRevisionCreatedByT = Aws::String>
122 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
123 void SetFormsOutput(FormsOutputT&& value) { m_formsOutputHasBeenSet =
true; m_formsOutput = std::forward<FormsOutputT>(value); }
124 template<
typename FormsOutputT = Aws::Vector<FormOutput>>
126 template<
typename FormsOutputT = FormOutput>
127 GetAssetResult&
AddFormsOutput(FormsOutputT&& value) { m_formsOutputHasBeenSet =
true; m_formsOutput.emplace_back(std::forward<FormsOutputT>(value));
return *
this; }
135 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
136 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
137 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
139 template<
typename GlossaryTermsT = Aws::String>
140 GetAssetResult&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
148 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
149 void SetGovernedGlossaryTerms(GovernedGlossaryTermsT&& value) { m_governedGlossaryTermsHasBeenSet =
true; m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value); }
150 template<
typename GovernedGlossaryTermsT = Aws::Vector<Aws::String>>
152 template<
typename GovernedGlossaryTermsT = Aws::String>
153 GetAssetResult&
AddGovernedGlossaryTerms(GovernedGlossaryTermsT&& value) { m_governedGlossaryTermsHasBeenSet =
true; m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
return *
this; }
161 template<
typename IdT = Aws::String>
162 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
163 template<
typename IdT = Aws::String>
173 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
174 void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT&& value) { m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true; m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value); }
175 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
177 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
178 GetAssetResult&
AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT&& value) { m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true; m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
return *
this; }
186 template<
typename ListingT = AssetListingDetails>
187 void SetListing(ListingT&& value) { m_listingHasBeenSet =
true; m_listing = std::forward<ListingT>(value); }
188 template<
typename ListingT = AssetListingDetails>
197 template<
typename NameT = Aws::String>
198 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
199 template<
typename NameT = Aws::String>
208 template<
typename OwningProjectIdT = Aws::String>
209 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
210 template<
typename OwningProjectIdT = Aws::String>
219 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
220 void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT&& value) { m_readOnlyFormsOutputHasBeenSet =
true; m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value); }
221 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
223 template<
typename ReadOnlyFormsOutputT = FormOutput>
224 GetAssetResult&
AddReadOnlyFormsOutput(ReadOnlyFormsOutputT&& value) { m_readOnlyFormsOutputHasBeenSet =
true; m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
return *
this; }
232 template<
typename RevisionT = Aws::String>
233 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
234 template<
typename RevisionT = Aws::String>
243 template<
typename TypeIdentifierT = Aws::String>
244 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
245 template<
typename TypeIdentifierT = Aws::String>
254 template<
typename TypeRevisionT = Aws::String>
255 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
256 template<
typename TypeRevisionT = Aws::String>
263 template<
typename RequestIdT = Aws::String>
264 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
265 template<
typename RequestIdT = Aws::String>
271 bool m_createdAtHasBeenSet =
false;
274 bool m_createdByHasBeenSet =
false;
277 bool m_descriptionHasBeenSet =
false;
280 bool m_domainIdHasBeenSet =
false;
283 bool m_externalIdentifierHasBeenSet =
false;
286 bool m_firstRevisionCreatedAtHasBeenSet =
false;
289 bool m_firstRevisionCreatedByHasBeenSet =
false;
292 bool m_formsOutputHasBeenSet =
false;
295 bool m_glossaryTermsHasBeenSet =
false;
298 bool m_governedGlossaryTermsHasBeenSet =
false;
301 bool m_idHasBeenSet =
false;
304 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
306 AssetListingDetails m_listing;
307 bool m_listingHasBeenSet =
false;
310 bool m_nameHasBeenSet =
false;
313 bool m_owningProjectIdHasBeenSet =
false;
316 bool m_readOnlyFormsOutputHasBeenSet =
false;
319 bool m_revisionHasBeenSet =
false;
322 bool m_typeIdentifierHasBeenSet =
false;
325 bool m_typeRevisionHasBeenSet =
false;
328 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRevision() const
void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
GetAssetResult & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::String & GetCreatedBy() const
GetAssetResult & WithId(IdT &&value)
const Aws::String & GetId() const
AWS_DATAZONE_API GetAssetResult()=default
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
GetAssetResult & WithFormsOutput(FormsOutputT &&value)
GetAssetResult & WithListing(ListingT &&value)
void SetName(NameT &&value)
const Aws::Vector< TimeSeriesDataPointSummaryFormOutput > & GetLatestTimeSeriesDataPointFormsOutput() const
void SetListing(ListingT &&value)
const Aws::String & GetDescription() const
void SetDomainId(DomainIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
GetAssetResult & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
GetAssetResult & WithLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
void SetExternalIdentifier(ExternalIdentifierT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetFormsOutput(FormsOutputT &&value)
GetAssetResult & WithTypeRevision(TypeRevisionT &&value)
GetAssetResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
void SetCreatedAt(CreatedAtT &&value)
GetAssetResult & WithGlossaryTerms(GlossaryTermsT &&value)
GetAssetResult & AddReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
GetAssetResult & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
const Aws::String & GetTypeIdentifier() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetExternalIdentifier() const
GetAssetResult & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
AWS_DATAZONE_API GetAssetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetOwningProjectId() const
GetAssetResult & WithTypeIdentifier(TypeIdentifierT &&value)
GetAssetResult & WithName(NameT &&value)
const Aws::String & GetDomainId() const
GetAssetResult & WithDomainId(DomainIdT &&value)
GetAssetResult & WithRevision(RevisionT &&value)
GetAssetResult & WithOwningProjectId(OwningProjectIdT &&value)
AWS_DATAZONE_API GetAssetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTypeRevision(TypeRevisionT &&value)
const Aws::String & GetTypeRevision() const
GetAssetResult & AddGlossaryTerms(GlossaryTermsT &&value)
GetAssetResult & WithExternalIdentifier(ExternalIdentifierT &&value)
GetAssetResult & AddFormsOutput(FormsOutputT &&value)
const Aws::Vector< FormOutput > & GetFormsOutput() const
GetAssetResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< FormOutput > & GetReadOnlyFormsOutput() const
const AssetListingDetails & GetListing() const
const Aws::Vector< Aws::String > & GetGovernedGlossaryTerms() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetRequestId() const
void SetDescription(DescriptionT &&value)
GetAssetResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetName() const
void SetRevision(RevisionT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetAssetResult & AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
GetAssetResult & WithReadOnlyFormsOutput(ReadOnlyFormsOutputT &&value)
void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT &&value)
void SetTypeIdentifier(TypeIdentifierT &&value)
GetAssetResult & WithDescription(DescriptionT &&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