7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/ListingItem.h>
12#include <aws/datazone/model/ListingStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
55 template <
typename IdT = Aws::String>
57 m_idHasBeenSet =
true;
58 m_id = std::forward<IdT>(value);
60 template <
typename IdT = Aws::String>
62 SetId(std::forward<IdT>(value));
72 template <
typename ListingRevisionT = Aws::String>
74 m_listingRevisionHasBeenSet =
true;
75 m_listingRevision = std::forward<ListingRevisionT>(value);
77 template <
typename ListingRevisionT = Aws::String>
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_createdAtHasBeenSet =
true;
92 m_createdAt = std::forward<CreatedAtT>(value);
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 template <
typename UpdatedAtT = Aws::Utils::DateTime>
108 m_updatedAtHasBeenSet =
true;
109 m_updatedAt = std::forward<UpdatedAtT>(value);
111 template <
typename UpdatedAtT = Aws::Utils::DateTime>
123 template <
typename CreatedByT = Aws::String>
125 m_createdByHasBeenSet =
true;
126 m_createdBy = std::forward<CreatedByT>(value);
128 template <
typename CreatedByT = Aws::String>
140 template <
typename UpdatedByT = Aws::String>
142 m_updatedByHasBeenSet =
true;
143 m_updatedBy = std::forward<UpdatedByT>(value);
145 template <
typename UpdatedByT = Aws::String>
157 template <
typename ItemT = ListingItem>
159 m_itemHasBeenSet =
true;
160 m_item = std::forward<ItemT>(value);
162 template <
typename ItemT = ListingItem>
164 SetItem(std::forward<ItemT>(value));
174 template <
typename NameT = Aws::String>
176 m_nameHasBeenSet =
true;
177 m_name = std::forward<NameT>(value);
179 template <
typename NameT = Aws::String>
181 SetName(std::forward<NameT>(value));
191 template <
typename DescriptionT = Aws::String>
193 m_descriptionHasBeenSet =
true;
194 m_description = std::forward<DescriptionT>(value);
196 template <
typename DescriptionT = Aws::String>
209 m_statusHasBeenSet =
true;
221 template <
typename RequestIdT = Aws::String>
223 m_requestIdHasBeenSet =
true;
224 m_requestId = std::forward<RequestIdT>(value);
226 template <
typename RequestIdT = Aws::String>
259 bool m_domainIdHasBeenSet =
false;
260 bool m_idHasBeenSet =
false;
261 bool m_listingRevisionHasBeenSet =
false;
262 bool m_createdAtHasBeenSet =
false;
263 bool m_updatedAtHasBeenSet =
false;
264 bool m_createdByHasBeenSet =
false;
265 bool m_updatedByHasBeenSet =
false;
266 bool m_itemHasBeenSet =
false;
267 bool m_nameHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_statusHasBeenSet =
false;
270 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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