7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/DetailedGlossaryTerm.h>
48 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
49 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
50 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
52 template<
typename GlossaryTermsT = DetailedGlossaryTerm>
53 ListingSummaryItem&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
62 template<
typename ListingIdT = Aws::String>
63 void SetListingId(ListingIdT&& value) { m_listingIdHasBeenSet =
true; m_listingId = std::forward<ListingIdT>(value); }
64 template<
typename ListingIdT = Aws::String>
74 template<
typename ListingRevisionT = Aws::String>
75 void SetListingRevision(ListingRevisionT&& value) { m_listingRevisionHasBeenSet =
true; m_listingRevision = std::forward<ListingRevisionT>(value); }
76 template<
typename ListingRevisionT = Aws::String>
82 bool m_glossaryTermsHasBeenSet =
false;
85 bool m_listingIdHasBeenSet =
false;
88 bool m_listingRevisionHasBeenSet =
false;
AWS_DATAZONE_API ListingSummaryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGlossaryTerms(GlossaryTermsT &&value)
bool ListingIdHasBeenSet() const
AWS_DATAZONE_API ListingSummaryItem()=default
ListingSummaryItem & AddGlossaryTerms(GlossaryTermsT &&value)
ListingSummaryItem & WithListingId(ListingIdT &&value)
ListingSummaryItem & WithGlossaryTerms(GlossaryTermsT &&value)
bool ListingRevisionHasBeenSet() const
ListingSummaryItem & WithListingRevision(ListingRevisionT &&value)
void SetListingId(ListingIdT &&value)
void SetListingRevision(ListingRevisionT &&value)
const Aws::Vector< DetailedGlossaryTerm > & GetGlossaryTerms() const
const Aws::String & GetListingId() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool GlossaryTermsHasBeenSet() const
AWS_DATAZONE_API ListingSummaryItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetListingRevision() 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