7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AggregationListItem.h>
12#include <aws/datazone/model/FilterClause.h>
13#include <aws/datazone/model/SearchInItem.h>
14#include <aws/datazone/model/SearchOutputAdditionalAttribute.h>
15#include <aws/datazone/model/SearchSort.h>
43 template <
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
45 m_additionalAttributesHasBeenSet =
true;
46 m_additionalAttributes = std::forward<AdditionalAttributesT>(value);
48 template <
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
54 m_additionalAttributesHasBeenSet =
true;
55 m_additionalAttributes.push_back(value);
67 template <
typename AggregationsT = Aws::Vector<AggregationListItem>>
69 m_aggregationsHasBeenSet =
true;
70 m_aggregations = std::forward<AggregationsT>(value);
72 template <
typename AggregationsT = Aws::Vector<AggregationListItem>>
77 template <
typename AggregationsT = AggregationListItem>
79 m_aggregationsHasBeenSet =
true;
80 m_aggregations.emplace_back(std::forward<AggregationsT>(value));
91 template <
typename DomainIdentifierT = Aws::String>
93 m_domainIdentifierHasBeenSet =
true;
94 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
96 template <
typename DomainIdentifierT = Aws::String>
109 template <
typename FiltersT = FilterClause>
111 m_filtersHasBeenSet =
true;
112 m_filters = std::forward<FiltersT>(value);
114 template <
typename FiltersT = FilterClause>
132 m_maxResultsHasBeenSet =
true;
133 m_maxResults = value;
152 template <
typename NextTokenT = Aws::String>
154 m_nextTokenHasBeenSet =
true;
155 m_nextToken = std::forward<NextTokenT>(value);
157 template <
typename NextTokenT = Aws::String>
170 template <
typename SearchInT = Aws::Vector<SearchInItem>>
172 m_searchInHasBeenSet =
true;
173 m_searchIn = std::forward<SearchInT>(value);
175 template <
typename SearchInT = Aws::Vector<SearchInItem>>
180 template <
typename SearchInT = SearchInItem>
182 m_searchInHasBeenSet =
true;
183 m_searchIn.emplace_back(std::forward<SearchInT>(value));
194 template <
typename SearchTextT = Aws::String>
196 m_searchTextHasBeenSet =
true;
197 m_searchText = std::forward<SearchTextT>(value);
199 template <
typename SearchTextT = Aws::String>
212 template <
typename SortT = SearchSort>
214 m_sortHasBeenSet =
true;
215 m_sort = std::forward<SortT>(value);
217 template <
typename SortT = SearchSort>
219 SetSort(std::forward<SortT>(value));
225 bool m_additionalAttributesHasBeenSet =
false;
228 bool m_aggregationsHasBeenSet =
false;
231 bool m_domainIdentifierHasBeenSet =
false;
234 bool m_filtersHasBeenSet =
false;
237 bool m_maxResultsHasBeenSet =
false;
240 bool m_nextTokenHasBeenSet =
false;
243 bool m_searchInHasBeenSet =
false;
246 bool m_searchTextHasBeenSet =
false;
249 bool m_sortHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetDomainIdentifier() const
SearchListingsRequest & WithNextToken(NextTokenT &&value)
SearchListingsRequest & AddAggregations(AggregationsT &&value)
const Aws::Vector< SearchOutputAdditionalAttribute > & GetAdditionalAttributes() const
bool SearchTextHasBeenSet() const
SearchListingsRequest & WithFilters(FiltersT &&value)
const FilterClause & GetFilters() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
SearchListingsRequest & WithAdditionalAttributes(AdditionalAttributesT &&value)
SearchListingsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
bool AggregationsHasBeenSet() const
SearchListingsRequest & AddAdditionalAttributes(SearchOutputAdditionalAttribute value)
SearchListingsRequest & AddSearchIn(SearchInT &&value)
SearchListingsRequest & WithSearchText(SearchTextT &&value)
void SetSearchIn(SearchInT &&value)
SearchListingsRequest & WithSearchIn(SearchInT &&value)
bool SortHasBeenSet() const
const SearchSort & GetSort() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool AdditionalAttributesHasBeenSet() const
const Aws::Vector< AggregationListItem > & GetAggregations() const
void SetAggregations(AggregationsT &&value)
AWS_DATAZONE_API SearchListingsRequest()=default
bool FiltersHasBeenSet() const
const Aws::Vector< SearchInItem > & GetSearchIn() const
void SetFilters(FiltersT &&value)
void SetSearchText(SearchTextT &&value)
virtual const char * GetServiceRequestName() const override
void SetSort(SortT &&value)
void SetMaxResults(int value)
bool DomainIdentifierHasBeenSet() const
void SetAdditionalAttributes(AdditionalAttributesT &&value)
SearchListingsRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetSearchText() const
bool NextTokenHasBeenSet() const
int GetMaxResults() const
SearchListingsRequest & WithAggregations(AggregationsT &&value)
SearchListingsRequest & WithSort(SortT &&value)
bool SearchInHasBeenSet() const
SearchOutputAdditionalAttribute
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector