7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/ListingItem.h>
11#include <aws/datazone/model/ListingStatus.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename CreatedAtT = Aws::Utils::DateTime>
44 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
54 template<
typename CreatedByT = Aws::String>
55 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
56 template<
typename CreatedByT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
76 template<
typename DomainIdT = Aws::String>
77 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
78 template<
typename DomainIdT = Aws::String>
87 template<
typename IdT = Aws::String>
88 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
89 template<
typename IdT = Aws::String>
98 template<
typename ItemT = ListingItem>
99 void SetItem(ItemT&& value) { m_itemHasBeenSet =
true; m_item = std::forward<ItemT>(value); }
100 template<
typename ItemT = ListingItem>
109 template<
typename ListingRevisionT = Aws::String>
110 void SetListingRevision(ListingRevisionT&& value) { m_listingRevisionHasBeenSet =
true; m_listingRevision = std::forward<ListingRevisionT>(value); }
111 template<
typename ListingRevisionT = Aws::String>
120 template<
typename NameT = Aws::String>
121 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
122 template<
typename NameT = Aws::String>
140 template<
typename UpdatedAtT = Aws::Utils::DateTime>
141 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
142 template<
typename UpdatedAtT = Aws::Utils::DateTime>
151 template<
typename UpdatedByT = Aws::String>
152 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
153 template<
typename UpdatedByT = Aws::String>
160 template<
typename RequestIdT = Aws::String>
161 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
162 template<
typename RequestIdT = Aws::String>
168 bool m_createdAtHasBeenSet =
false;
171 bool m_createdByHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
177 bool m_domainIdHasBeenSet =
false;
180 bool m_idHasBeenSet =
false;
183 bool m_itemHasBeenSet =
false;
186 bool m_listingRevisionHasBeenSet =
false;
189 bool m_nameHasBeenSet =
false;
192 bool m_statusHasBeenSet =
false;
195 bool m_updatedAtHasBeenSet =
false;
198 bool m_updatedByHasBeenSet =
false;
201 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