7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/SubscribedListingItem.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename RevisionT = Aws::String>
64 m_revisionHasBeenSet =
true;
65 m_revision = std::forward<RevisionT>(value);
67 template <
typename RevisionT = Aws::String>
81 template <
typename NameT = Aws::String>
83 m_nameHasBeenSet =
true;
84 m_name = std::forward<NameT>(value);
86 template <
typename NameT = Aws::String>
88 SetName(std::forward<NameT>(value));
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
118 template <
typename ItemT = SubscribedListingItem>
120 m_itemHasBeenSet =
true;
121 m_item = std::forward<ItemT>(value);
123 template <
typename ItemT = SubscribedListingItem>
125 SetItem(std::forward<ItemT>(value));
137 template <
typename OwnerProjectIdT = Aws::String>
139 m_ownerProjectIdHasBeenSet =
true;
140 m_ownerProjectId = std::forward<OwnerProjectIdT>(value);
142 template <
typename OwnerProjectIdT = Aws::String>
156 template <
typename OwnerProjectNameT = Aws::String>
158 m_ownerProjectNameHasBeenSet =
true;
159 m_ownerProjectName = std::forward<OwnerProjectNameT>(value);
161 template <
typename OwnerProjectNameT = Aws::String>
181 bool m_idHasBeenSet =
false;
182 bool m_revisionHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_itemHasBeenSet =
false;
186 bool m_ownerProjectIdHasBeenSet =
false;
187 bool m_ownerProjectNameHasBeenSet =
false;
SubscribedListing & WithItem(ItemT &&value)
SubscribedListing & WithName(NameT &&value)
bool OwnerProjectIdHasBeenSet() const
AWS_DATAZONE_API SubscribedListing()=default
SubscribedListing & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
SubscribedListing & WithOwnerProjectId(OwnerProjectIdT &&value)
const Aws::String & GetName() const
bool RevisionHasBeenSet() const
void SetOwnerProjectId(OwnerProjectIdT &&value)
SubscribedListing & WithRevision(RevisionT &&value)
void SetOwnerProjectName(OwnerProjectNameT &&value)
void SetItem(ItemT &&value)
const Aws::String & GetOwnerProjectId() const
bool ItemHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRevision() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
SubscribedListing & WithOwnerProjectName(OwnerProjectNameT &&value)
bool IdHasBeenSet() const
SubscribedListing & WithId(IdT &&value)
const Aws::String & GetOwnerProjectName() const
const Aws::String & GetId() const
AWS_DATAZONE_API SubscribedListing & operator=(Aws::Utils::Json::JsonView jsonValue)
const SubscribedListingItem & GetItem() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetRevision(RevisionT &&value)
bool OwnerProjectNameHasBeenSet() const
AWS_DATAZONE_API SubscribedListing(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue