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 DomainIdentifierT = Aws::String>
45 m_domainIdentifierHasBeenSet =
true;
46 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
48 template <
typename DomainIdentifierT = Aws::String>
61 template <
typename SearchTextT = Aws::String>
63 m_searchTextHasBeenSet =
true;
64 m_searchText = std::forward<SearchTextT>(value);
66 template <
typename SearchTextT = Aws::String>
79 template <
typename SearchInT = Aws::Vector<SearchInItem>>
81 m_searchInHasBeenSet =
true;
82 m_searchIn = std::forward<SearchInT>(value);
84 template <
typename SearchInT = Aws::Vector<SearchInItem>>
89 template <
typename SearchInT = SearchInItem>
91 m_searchInHasBeenSet =
true;
92 m_searchIn.emplace_back(std::forward<SearchInT>(value));
108 m_maxResultsHasBeenSet =
true;
109 m_maxResults = value;
128 template <
typename NextTokenT = Aws::String>
130 m_nextTokenHasBeenSet =
true;
131 m_nextToken = std::forward<NextTokenT>(value);
133 template <
typename NextTokenT = Aws::String>
146 template <
typename FiltersT = FilterClause>
148 m_filtersHasBeenSet =
true;
149 m_filters = std::forward<FiltersT>(value);
151 template <
typename FiltersT = FilterClause>
165 template <
typename AggregationsT = Aws::Vector<AggregationListItem>>
167 m_aggregationsHasBeenSet =
true;
168 m_aggregations = std::forward<AggregationsT>(value);
170 template <
typename AggregationsT = Aws::Vector<AggregationListItem>>
175 template <
typename AggregationsT = AggregationListItem>
177 m_aggregationsHasBeenSet =
true;
178 m_aggregations.emplace_back(std::forward<AggregationsT>(value));
189 template <
typename SortT = SearchSort>
191 m_sortHasBeenSet =
true;
192 m_sort = std::forward<SortT>(value);
194 template <
typename SortT = SearchSort>
196 SetSort(std::forward<SortT>(value));
207 template <
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
209 m_additionalAttributesHasBeenSet =
true;
210 m_additionalAttributes = std::forward<AdditionalAttributesT>(value);
212 template <
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
218 m_additionalAttributesHasBeenSet =
true;
219 m_additionalAttributes.push_back(value);
234 FilterClause m_filters;
241 bool m_domainIdentifierHasBeenSet =
false;
242 bool m_searchTextHasBeenSet =
false;
243 bool m_searchInHasBeenSet =
false;
244 bool m_maxResultsHasBeenSet =
false;
245 bool m_nextTokenHasBeenSet =
false;
246 bool m_filtersHasBeenSet =
false;
247 bool m_aggregationsHasBeenSet =
false;
248 bool m_sortHasBeenSet =
false;
249 bool m_additionalAttributesHasBeenSet =
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