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 IdT = Aws::String>
149 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
150 template<
typename IdT = Aws::String>
160 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
161 void SetLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT&& value) { m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true; m_latestTimeSeriesDataPointFormsOutput = std::forward<LatestTimeSeriesDataPointFormsOutputT>(value); }
162 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
164 template<
typename LatestTimeSeriesDataPo
intFormsOutputT = TimeSeriesDataPo
intSummaryFormOutput>
165 GetAssetResult&
AddLatestTimeSeriesDataPointFormsOutput(LatestTimeSeriesDataPointFormsOutputT&& value) { m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
true; m_latestTimeSeriesDataPointFormsOutput.emplace_back(std::forward<LatestTimeSeriesDataPointFormsOutputT>(value));
return *
this; }
173 template<
typename ListingT = AssetListingDetails>
174 void SetListing(ListingT&& value) { m_listingHasBeenSet =
true; m_listing = std::forward<ListingT>(value); }
175 template<
typename ListingT = AssetListingDetails>
184 template<
typename NameT = Aws::String>
185 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
186 template<
typename NameT = Aws::String>
195 template<
typename OwningProjectIdT = Aws::String>
196 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
197 template<
typename OwningProjectIdT = Aws::String>
206 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
207 void SetReadOnlyFormsOutput(ReadOnlyFormsOutputT&& value) { m_readOnlyFormsOutputHasBeenSet =
true; m_readOnlyFormsOutput = std::forward<ReadOnlyFormsOutputT>(value); }
208 template<
typename ReadOnlyFormsOutputT = Aws::Vector<FormOutput>>
210 template<
typename ReadOnlyFormsOutputT = FormOutput>
211 GetAssetResult&
AddReadOnlyFormsOutput(ReadOnlyFormsOutputT&& value) { m_readOnlyFormsOutputHasBeenSet =
true; m_readOnlyFormsOutput.emplace_back(std::forward<ReadOnlyFormsOutputT>(value));
return *
this; }
219 template<
typename RevisionT = Aws::String>
220 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
221 template<
typename RevisionT = Aws::String>
230 template<
typename TypeIdentifierT = Aws::String>
231 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
232 template<
typename TypeIdentifierT = Aws::String>
241 template<
typename TypeRevisionT = Aws::String>
242 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
243 template<
typename TypeRevisionT = Aws::String>
250 template<
typename RequestIdT = Aws::String>
251 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
252 template<
typename RequestIdT = Aws::String>
258 bool m_createdAtHasBeenSet =
false;
261 bool m_createdByHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
267 bool m_domainIdHasBeenSet =
false;
270 bool m_externalIdentifierHasBeenSet =
false;
273 bool m_firstRevisionCreatedAtHasBeenSet =
false;
276 bool m_firstRevisionCreatedByHasBeenSet =
false;
279 bool m_formsOutputHasBeenSet =
false;
282 bool m_glossaryTermsHasBeenSet =
false;
285 bool m_idHasBeenSet =
false;
288 bool m_latestTimeSeriesDataPointFormsOutputHasBeenSet =
false;
290 AssetListingDetails m_listing;
291 bool m_listingHasBeenSet =
false;
294 bool m_nameHasBeenSet =
false;
297 bool m_owningProjectIdHasBeenSet =
false;
300 bool m_readOnlyFormsOutputHasBeenSet =
false;
303 bool m_revisionHasBeenSet =
false;
306 bool m_typeIdentifierHasBeenSet =
false;
309 bool m_typeRevisionHasBeenSet =
false;
312 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 & 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
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
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