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/DataProductItemType.h>
43 m_itemTypeHasBeenSet =
true;
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
76 template <
typename RevisionT = Aws::String>
78 m_revisionHasBeenSet =
true;
79 m_revision = std::forward<RevisionT>(value);
81 template <
typename RevisionT = Aws::String>
94 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
96 m_glossaryTermsHasBeenSet =
true;
97 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
99 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
104 template <
typename GlossaryTermsT = Aws::String>
106 m_glossaryTermsHasBeenSet =
true;
107 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
119 bool m_itemTypeHasBeenSet =
false;
120 bool m_identifierHasBeenSet =
false;
121 bool m_revisionHasBeenSet =
false;
122 bool m_glossaryTermsHasBeenSet =
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