7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/DetailedGlossaryTerm.h>
42 template <
typename ListingIdT = Aws::String>
44 m_listingIdHasBeenSet =
true;
45 m_listingId = std::forward<ListingIdT>(value);
47 template <
typename ListingIdT = Aws::String>
60 template <
typename ListingRevisionT = Aws::String>
62 m_listingRevisionHasBeenSet =
true;
63 m_listingRevision = std::forward<ListingRevisionT>(value);
65 template <
typename ListingRevisionT = Aws::String>
78 template <
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
80 m_glossaryTermsHasBeenSet =
true;
81 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
83 template <
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
88 template <
typename GlossaryTermsT = DetailedGlossaryTerm>
90 m_glossaryTermsHasBeenSet =
true;
91 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
101 bool m_listingIdHasBeenSet =
false;
102 bool m_listingRevisionHasBeenSet =
false;
103 bool m_glossaryTermsHasBeenSet =
false;
void SetGlossaryTerms(GlossaryTermsT &&value)
bool GlossaryTermsHasBeenSet() const
ListingSummary & AddGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API ListingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API ListingSummary(Aws::Utils::Json::JsonView jsonValue)
void SetListingRevision(ListingRevisionT &&value)
void SetListingId(ListingIdT &&value)
const Aws::String & GetListingRevision() const
bool ListingIdHasBeenSet() const
ListingSummary & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetListingId() const
AWS_DATAZONE_API ListingSummary()=default
ListingSummary & WithListingId(ListingIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ListingRevisionHasBeenSet() const
const Aws::Vector< DetailedGlossaryTerm > & GetGlossaryTerms() const
ListingSummary & WithListingRevision(ListingRevisionT &&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