7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AssetScope.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/DetailedGlossaryTerm.h>
50 template<
typename AssetScopeT = AssetScope>
51 void SetAssetScope(AssetScopeT&& value) { m_assetScopeHasBeenSet =
true; m_assetScope = std::forward<AssetScopeT>(value); }
52 template<
typename AssetScopeT = AssetScope>
63 template<
typename EntityIdT = Aws::String>
64 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
65 template<
typename EntityIdT = Aws::String>
76 template<
typename EntityRevisionT = Aws::String>
77 void SetEntityRevision(EntityRevisionT&& value) { m_entityRevisionHasBeenSet =
true; m_entityRevision = std::forward<EntityRevisionT>(value); }
78 template<
typename EntityRevisionT = Aws::String>
89 template<
typename EntityTypeT = Aws::String>
90 void SetEntityType(EntityTypeT&& value) { m_entityTypeHasBeenSet =
true; m_entityType = std::forward<EntityTypeT>(value); }
91 template<
typename EntityTypeT = Aws::String>
102 template<
typename FormsT = Aws::String>
103 void SetForms(FormsT&& value) { m_formsHasBeenSet =
true; m_forms = std::forward<FormsT>(value); }
104 template<
typename FormsT = Aws::String>
115 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
116 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
117 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
119 template<
typename GlossaryTermsT = DetailedGlossaryTerm>
125 bool m_assetScopeHasBeenSet =
false;
128 bool m_entityIdHasBeenSet =
false;
131 bool m_entityRevisionHasBeenSet =
false;
134 bool m_entityTypeHasBeenSet =
false;
137 bool m_formsHasBeenSet =
false;
140 bool m_glossaryTermsHasBeenSet =
false;
bool AssetScopeHasBeenSet() const
const Aws::String & GetEntityRevision() const
const Aws::String & GetForms() const
void SetGlossaryTerms(GlossaryTermsT &&value)
void SetAssetScope(AssetScopeT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SubscribedAssetListing & WithEntityRevision(EntityRevisionT &&value)
SubscribedAssetListing & WithForms(FormsT &&value)
AWS_DATAZONE_API SubscribedAssetListing(Aws::Utils::Json::JsonView jsonValue)
bool GlossaryTermsHasBeenSet() const
SubscribedAssetListing & WithAssetScope(AssetScopeT &&value)
const Aws::String & GetEntityType() const
SubscribedAssetListing & WithEntityId(EntityIdT &&value)
bool EntityTypeHasBeenSet() const
void SetForms(FormsT &&value)
void SetEntityRevision(EntityRevisionT &&value)
SubscribedAssetListing & AddGlossaryTerms(GlossaryTermsT &&value)
bool FormsHasBeenSet() const
SubscribedAssetListing & WithEntityType(EntityTypeT &&value)
bool EntityRevisionHasBeenSet() const
const AssetScope & GetAssetScope() const
SubscribedAssetListing & WithGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API SubscribedAssetListing()=default
void SetEntityId(EntityIdT &&value)
AWS_DATAZONE_API SubscribedAssetListing & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EntityIdHasBeenSet() const
void SetEntityType(EntityTypeT &&value)
const Aws::String & GetEntityId() const
const Aws::Vector< DetailedGlossaryTerm > & GetGlossaryTerms() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue