7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ListingItem.h>
11#include <aws/datazone/model/ListingStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename DomainIdT = Aws::String>
39 m_domainIdHasBeenSet =
true;
40 m_domainId = std::forward<DomainIdT>(value);
42 template <
typename DomainIdT = Aws::String>
54 template <
typename IdT = Aws::String>
56 m_idHasBeenSet =
true;
57 m_id = std::forward<IdT>(value);
59 template <
typename IdT = Aws::String>
61 SetId(std::forward<IdT>(value));
71 template <
typename ListingRevisionT = Aws::String>
73 m_listingRevisionHasBeenSet =
true;
74 m_listingRevision = std::forward<ListingRevisionT>(value);
76 template <
typename ListingRevisionT = Aws::String>
88 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 m_createdAtHasBeenSet =
true;
91 m_createdAt = std::forward<CreatedAtT>(value);
93 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 template <
typename UpdatedAtT = Aws::Utils::DateTime>
107 m_updatedAtHasBeenSet =
true;
108 m_updatedAt = std::forward<UpdatedAtT>(value);
110 template <
typename UpdatedAtT = Aws::Utils::DateTime>
122 template <
typename CreatedByT = Aws::String>
124 m_createdByHasBeenSet =
true;
125 m_createdBy = std::forward<CreatedByT>(value);
127 template <
typename CreatedByT = Aws::String>
139 template <
typename UpdatedByT = Aws::String>
141 m_updatedByHasBeenSet =
true;
142 m_updatedBy = std::forward<UpdatedByT>(value);
144 template <
typename UpdatedByT = Aws::String>
156 template <
typename ItemT = ListingItem>
158 m_itemHasBeenSet =
true;
159 m_item = std::forward<ItemT>(value);
161 template <
typename ItemT = ListingItem>
163 SetItem(std::forward<ItemT>(value));
173 template <
typename NameT = Aws::String>
175 m_nameHasBeenSet =
true;
176 m_name = std::forward<NameT>(value);
178 template <
typename NameT = Aws::String>
180 SetName(std::forward<NameT>(value));
190 template <
typename DescriptionT = Aws::String>
192 m_descriptionHasBeenSet =
true;
193 m_description = std::forward<DescriptionT>(value);
195 template <
typename DescriptionT = Aws::String>
208 m_statusHasBeenSet =
true;
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
255 bool m_domainIdHasBeenSet =
false;
256 bool m_idHasBeenSet =
false;
257 bool m_listingRevisionHasBeenSet =
false;
258 bool m_createdAtHasBeenSet =
false;
259 bool m_updatedAtHasBeenSet =
false;
260 bool m_createdByHasBeenSet =
false;
261 bool m_updatedByHasBeenSet =
false;
262 bool m_itemHasBeenSet =
false;
263 bool m_nameHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
265 bool m_statusHasBeenSet =
false;
266 bool m_requestIdHasBeenSet =
false;
void SetCreatedBy(CreatedByT &&value)
void SetRequestId(RequestIdT &&value)
void SetName(NameT &&value)
GetListingResult & WithItem(ItemT &&value)
const ListingItem & GetItem() const
void SetCreatedAt(CreatedAtT &&value)
void SetStatus(ListingStatus value)
const Aws::String & GetDescription() const
GetListingResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetListingRevision() const
void SetDescription(DescriptionT &&value)
void SetListingRevision(ListingRevisionT &&value)
GetListingResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetRequestId() const
GetListingResult & WithId(IdT &&value)
void SetUpdatedBy(UpdatedByT &&value)
const Aws::String & GetId() const
GetListingResult & WithStatus(ListingStatus value)
ListingStatus GetStatus() const
const Aws::String & GetDomainId() const
AWS_DATAZONE_API GetListingResult()=default
void SetUpdatedAt(UpdatedAtT &&value)
void SetDomainId(DomainIdT &&value)
GetListingResult & WithUpdatedBy(UpdatedByT &&value)
AWS_DATAZONE_API GetListingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetListingResult & WithCreatedAt(CreatedAtT &&value)
GetListingResult & WithListingRevision(ListingRevisionT &&value)
void SetItem(ItemT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetCreatedBy() const
GetListingResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetName() const
GetListingResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetListingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetListingResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetListingResult & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue