7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/DetailedGlossaryTerm.h>
12#include <aws/datazone/model/TimeSeriesDataPointSummaryFormOutput.h>
51 template<
typename AssetIdT = Aws::String>
52 void SetAssetId(AssetIdT&& value) { m_assetIdHasBeenSet =
true; m_assetId = std::forward<AssetIdT>(value); }
53 template<
typename AssetIdT = Aws::String>
63 template<
typename AssetRevisionT = Aws::String>
64 void SetAssetRevision(AssetRevisionT&& value) { m_assetRevisionHasBeenSet =
true; m_assetRevision = std::forward<AssetRevisionT>(value); }
65 template<
typename AssetRevisionT = Aws::String>
75 template<
typename AssetTypeT = Aws::String>
76 void SetAssetType(AssetTypeT&& value) { m_assetTypeHasBeenSet =
true; m_assetType = std::forward<AssetTypeT>(value); }
77 template<
typename AssetTypeT = Aws::String>
88 template<
typename CreatedAtT = Aws::Utils::DateTime>
89 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
90 template<
typename CreatedAtT = Aws::Utils::DateTime>
101 template<
typename FormsT = Aws::String>
102 void SetForms(FormsT&& value) { m_formsHasBeenSet =
true; m_forms = std::forward<FormsT>(value); }
103 template<
typename FormsT = Aws::String>
114 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
115 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
116 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
118 template<
typename GlossaryTermsT = DetailedGlossaryTerm>
119 AssetListing&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
129 template<
typename LatestTimeSeriesDataPo
intFormsT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
130 void SetLatestTimeSeriesDataPointForms(LatestTimeSeriesDataPointFormsT&& value) { m_latestTimeSeriesDataPointFormsHasBeenSet =
true; m_latestTimeSeriesDataPointForms = std::forward<LatestTimeSeriesDataPointFormsT>(value); }
131 template<
typename LatestTimeSeriesDataPo
intFormsT = Aws::Vector<TimeSeriesDataPo
intSummaryFormOutput>>
133 template<
typename LatestTimeSeriesDataPo
intFormsT = TimeSeriesDataPo
intSummaryFormOutput>
134 AssetListing&
AddLatestTimeSeriesDataPointForms(LatestTimeSeriesDataPointFormsT&& value) { m_latestTimeSeriesDataPointFormsHasBeenSet =
true; m_latestTimeSeriesDataPointForms.emplace_back(std::forward<LatestTimeSeriesDataPointFormsT>(value));
return *
this; }
144 template<
typename OwningProjectIdT = Aws::String>
145 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
146 template<
typename OwningProjectIdT = Aws::String>
152 bool m_assetIdHasBeenSet =
false;
155 bool m_assetRevisionHasBeenSet =
false;
158 bool m_assetTypeHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
164 bool m_formsHasBeenSet =
false;
167 bool m_glossaryTermsHasBeenSet =
false;
170 bool m_latestTimeSeriesDataPointFormsHasBeenSet =
false;
173 bool m_owningProjectIdHasBeenSet =
false;
const Aws::Vector< DetailedGlossaryTerm > & GetGlossaryTerms() const
void SetOwningProjectId(OwningProjectIdT &&value)
AssetListing & WithLatestTimeSeriesDataPointForms(LatestTimeSeriesDataPointFormsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAssetRevision(AssetRevisionT &&value)
const Aws::Vector< TimeSeriesDataPointSummaryFormOutput > & GetLatestTimeSeriesDataPointForms() const
void SetLatestTimeSeriesDataPointForms(LatestTimeSeriesDataPointFormsT &&value)
AssetListing & WithCreatedAt(CreatedAtT &&value)
bool LatestTimeSeriesDataPointFormsHasBeenSet() const
bool AssetRevisionHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API AssetListing & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetForms(FormsT &&value)
const Aws::String & GetForms() const
AssetListing & WithOwningProjectId(OwningProjectIdT &&value)
bool GlossaryTermsHasBeenSet() const
void SetAssetType(AssetTypeT &&value)
AWS_DATAZONE_API AssetListing()=default
AssetListing & AddLatestTimeSeriesDataPointForms(LatestTimeSeriesDataPointFormsT &&value)
AssetListing & WithAssetId(AssetIdT &&value)
bool OwningProjectIdHasBeenSet() const
AssetListing & WithAssetType(AssetTypeT &&value)
bool FormsHasBeenSet() const
const Aws::String & GetAssetId() const
AssetListing & WithGlossaryTerms(GlossaryTermsT &&value)
bool CreatedAtHasBeenSet() const
AssetListing & WithForms(FormsT &&value)
const Aws::String & GetOwningProjectId() const
AWS_DATAZONE_API AssetListing(Aws::Utils::Json::JsonView jsonValue)
bool AssetIdHasBeenSet() const
const Aws::String & GetAssetRevision() const
void SetAssetId(AssetIdT &&value)
AssetListing & WithAssetRevision(AssetRevisionT &&value)
bool AssetTypeHasBeenSet() const
const Aws::String & GetAssetType() const
AssetListing & AddGlossaryTerms(GlossaryTermsT &&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