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/FilterClause.h>
12#include <aws/datazone/model/InventorySearchScope.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);
66 template <
typename DomainIdentifierT = Aws::String>
68 m_domainIdentifierHasBeenSet =
true;
69 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
71 template <
typename DomainIdentifierT = Aws::String>
84 template <
typename FiltersT = FilterClause>
86 m_filtersHasBeenSet =
true;
87 m_filters = std::forward<FiltersT>(value);
89 template <
typename FiltersT = FilterClause>
107 m_maxResultsHasBeenSet =
true;
108 m_maxResults = value;
127 template <
typename NextTokenT = Aws::String>
129 m_nextTokenHasBeenSet =
true;
130 m_nextToken = std::forward<NextTokenT>(value);
132 template <
typename NextTokenT = Aws::String>
145 template <
typename OwningProjectIdentifierT = Aws::String>
147 m_owningProjectIdentifierHasBeenSet =
true;
148 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
150 template <
typename OwningProjectIdentifierT = Aws::String>
163 template <
typename SearchInT = Aws::Vector<SearchInItem>>
165 m_searchInHasBeenSet =
true;
166 m_searchIn = std::forward<SearchInT>(value);
168 template <
typename SearchInT = Aws::Vector<SearchInItem>>
173 template <
typename SearchInT = SearchInItem>
175 m_searchInHasBeenSet =
true;
176 m_searchIn.emplace_back(std::forward<SearchInT>(value));
188 m_searchScopeHasBeenSet =
true;
189 m_searchScope = value;
203 template <
typename SearchTextT = Aws::String>
205 m_searchTextHasBeenSet =
true;
206 m_searchText = std::forward<SearchTextT>(value);
208 template <
typename SearchTextT = Aws::String>
221 template <
typename SortT = SearchSort>
223 m_sortHasBeenSet =
true;
224 m_sort = std::forward<SortT>(value);
226 template <
typename SortT = SearchSort>
228 SetSort(std::forward<SortT>(value));
234 bool m_additionalAttributesHasBeenSet =
false;
237 bool m_domainIdentifierHasBeenSet =
false;
240 bool m_filtersHasBeenSet =
false;
243 bool m_maxResultsHasBeenSet =
false;
246 bool m_nextTokenHasBeenSet =
false;
249 bool m_owningProjectIdentifierHasBeenSet =
false;
252 bool m_searchInHasBeenSet =
false;
255 bool m_searchScopeHasBeenSet =
false;
258 bool m_searchTextHasBeenSet =
false;
261 bool m_sortHasBeenSet =
false;
const Aws::Vector< SearchInItem > & GetSearchIn() const
bool SearchTextHasBeenSet() const
const Aws::String & GetOwningProjectIdentifier() const
void SetSort(SortT &&value)
bool FiltersHasBeenSet() const
bool OwningProjectIdentifierHasBeenSet() const
InventorySearchScope GetSearchScope() const
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API Aws::String SerializePayload() const override
SearchRequest & WithSort(SortT &&value)
SearchRequest & WithSearchText(SearchTextT &&value)
void SetFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
bool NextTokenHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
SearchRequest & WithAdditionalAttributes(AdditionalAttributesT &&value)
bool SearchScopeHasBeenSet() const
SearchRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetSearchText() const
bool AdditionalAttributesHasBeenSet() const
void SetSearchIn(SearchInT &&value)
void SetMaxResults(int value)
SearchRequest & WithFilters(FiltersT &&value)
SearchRequest & WithSearchIn(SearchInT &&value)
void SetAdditionalAttributes(AdditionalAttributesT &&value)
SearchRequest & WithSearchScope(InventorySearchScope value)
const FilterClause & GetFilters() const
void SetSearchText(SearchTextT &&value)
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetSearchScope(InventorySearchScope value)
SearchRequest & AddAdditionalAttributes(SearchOutputAdditionalAttribute value)
const Aws::String & GetNextToken() const
SearchRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
bool SortHasBeenSet() const
SearchRequest & AddSearchIn(SearchInT &&value)
const SearchSort & GetSort() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< SearchOutputAdditionalAttribute > & GetAdditionalAttributes() const
AWS_DATAZONE_API SearchRequest()=default
SearchRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool SearchInHasBeenSet() const
SearchRequest & WithMaxResults(int value)
SearchOutputAdditionalAttribute
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector