7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/SubscribedListingItem.h>
49 template<
typename DescriptionT = Aws::String>
50 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
51 template<
typename DescriptionT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
74 template<
typename ItemT = SubscribedListingItem>
75 void SetItem(ItemT&& value) { m_itemHasBeenSet =
true; m_item = std::forward<ItemT>(value); }
76 template<
typename ItemT = SubscribedListingItem>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
100 template<
typename OwnerProjectIdT = Aws::String>
101 void SetOwnerProjectId(OwnerProjectIdT&& value) { m_ownerProjectIdHasBeenSet =
true; m_ownerProjectId = std::forward<OwnerProjectIdT>(value); }
102 template<
typename OwnerProjectIdT = Aws::String>
113 template<
typename OwnerProjectNameT = Aws::String>
114 void SetOwnerProjectName(OwnerProjectNameT&& value) { m_ownerProjectNameHasBeenSet =
true; m_ownerProjectName = std::forward<OwnerProjectNameT>(value); }
115 template<
typename OwnerProjectNameT = Aws::String>
126 template<
typename RevisionT = Aws::String>
127 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
128 template<
typename RevisionT = Aws::String>
134 bool m_descriptionHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
140 bool m_itemHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
146 bool m_ownerProjectIdHasBeenSet =
false;
149 bool m_ownerProjectNameHasBeenSet =
false;
152 bool m_revisionHasBeenSet =
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