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/DataProductItemType.h>
48 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
49 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
50 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
52 template<
typename GlossaryTermsT = Aws::String>
53 DataProductItem&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
62 template<
typename IdentifierT = Aws::String>
63 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
64 template<
typename IdentifierT = Aws::String>
84 template<
typename RevisionT = Aws::String>
85 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
86 template<
typename RevisionT = Aws::String>
92 bool m_glossaryTermsHasBeenSet =
false;
95 bool m_identifierHasBeenSet =
false;
98 bool m_itemTypeHasBeenSet =
false;
101 bool m_revisionHasBeenSet =
false;
const Aws::String & GetIdentifier() const
DataProductItem & WithRevision(RevisionT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRevision() const
AWS_DATAZONE_API DataProductItem()=default
DataProductItem & WithItemType(DataProductItemType value)
void SetRevision(RevisionT &&value)
bool ItemTypeHasBeenSet() const
DataProductItem & AddGlossaryTerms(GlossaryTermsT &&value)
bool RevisionHasBeenSet() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
DataProductItemType GetItemType() const
void SetGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API DataProductItem(Aws::Utils::Json::JsonView jsonValue)
bool IdentifierHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
DataProductItem & WithGlossaryTerms(GlossaryTermsT &&value)
void SetItemType(DataProductItemType value)
DataProductItem & WithIdentifier(IdentifierT &&value)
bool GlossaryTermsHasBeenSet() const
AWS_DATAZONE_API DataProductItem & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue