7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/FilterClause.h>
12#include <aws/datazone/model/SearchSort.h>
13#include <aws/datazone/model/SearchOutputAdditionalAttribute.h>
14#include <aws/datazone/model/AggregationListItem.h>
15#include <aws/datazone/model/SearchInItem.h>
47 template<
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
48 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
49 template<
typename AdditionalAttributesT = Aws::Vector<SearchOutputAdditionalAttribute>>
61 template<
typename AggregationsT = Aws::Vector<AggregationListItem>>
62 void SetAggregations(AggregationsT&& value) { m_aggregationsHasBeenSet =
true; m_aggregations = std::forward<AggregationsT>(value); }
63 template<
typename AggregationsT = Aws::Vector<AggregationListItem>>
65 template<
typename AggregationsT = AggregationListItem>
75 template<
typename DomainIdentifierT = Aws::String>
76 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
77 template<
typename DomainIdentifierT = Aws::String>
87 template<
typename FiltersT = FilterClause>
88 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
89 template<
typename FiltersT = FilterClause>
103 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
118 template<
typename NextTokenT = Aws::String>
119 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
120 template<
typename NextTokenT = Aws::String>
130 template<
typename SearchInT = Aws::Vector<SearchInItem>>
131 void SetSearchIn(SearchInT&& value) { m_searchInHasBeenSet =
true; m_searchIn = std::forward<SearchInT>(value); }
132 template<
typename SearchInT = Aws::Vector<SearchInItem>>
134 template<
typename SearchInT = SearchInItem>
144 template<
typename SearchTextT = Aws::String>
145 void SetSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText = std::forward<SearchTextT>(value); }
146 template<
typename SearchTextT = Aws::String>
156 template<
typename SortT = SearchSort>
157 void SetSort(SortT&& value) { m_sortHasBeenSet =
true; m_sort = std::forward<SortT>(value); }
158 template<
typename SortT = SearchSort>
164 bool m_additionalAttributesHasBeenSet =
false;
167 bool m_aggregationsHasBeenSet =
false;
170 bool m_domainIdentifierHasBeenSet =
false;
173 bool m_filtersHasBeenSet =
false;
176 bool m_maxResultsHasBeenSet =
false;
179 bool m_nextTokenHasBeenSet =
false;
182 bool m_searchInHasBeenSet =
false;
185 bool m_searchTextHasBeenSet =
false;
188 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