7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/PropertyPredicate.h>
12#include <aws/glue/model/ResourceShareType.h>
13#include <aws/glue/model/SortCriterion.h>
43 template <
typename CatalogIdT = Aws::String>
45 m_catalogIdHasBeenSet =
true;
46 m_catalogId = std::forward<CatalogIdT>(value);
48 template <
typename CatalogIdT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
90 template <
typename FiltersT = Aws::Vector<PropertyPredicate>>
92 m_filtersHasBeenSet =
true;
93 m_filters = std::forward<FiltersT>(value);
95 template <
typename FiltersT = Aws::Vector<PropertyPredicate>>
100 template <
typename FiltersT = PropertyPredicate>
102 m_filtersHasBeenSet =
true;
103 m_filters.emplace_back(std::forward<FiltersT>(value));
115 template <
typename SearchTextT = Aws::String>
117 m_searchTextHasBeenSet =
true;
118 m_searchText = std::forward<SearchTextT>(value);
120 template <
typename SearchTextT = Aws::String>
134 template <
typename SortCriteriaT = Aws::Vector<SortCriterion>>
136 m_sortCriteriaHasBeenSet =
true;
137 m_sortCriteria = std::forward<SortCriteriaT>(value);
139 template <
typename SortCriteriaT = Aws::Vector<SortCriterion>>
144 template <
typename SortCriteriaT = SortCriterion>
146 m_sortCriteriaHasBeenSet =
true;
147 m_sortCriteria.emplace_back(std::forward<SortCriteriaT>(value));
159 m_maxResultsHasBeenSet =
true;
160 m_maxResults = value;
180 m_resourceShareTypeHasBeenSet =
true;
181 m_resourceShareType = value;
197 m_includeStatusDetailsHasBeenSet =
true;
198 m_includeStatusDetails = value;
220 bool m_includeStatusDetails{
false};
221 bool m_catalogIdHasBeenSet =
false;
222 bool m_nextTokenHasBeenSet =
false;
223 bool m_filtersHasBeenSet =
false;
224 bool m_searchTextHasBeenSet =
false;
225 bool m_sortCriteriaHasBeenSet =
false;
226 bool m_maxResultsHasBeenSet =
false;
227 bool m_resourceShareTypeHasBeenSet =
false;
228 bool m_includeStatusDetailsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
void SetFilters(FiltersT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool SearchTextHasBeenSet() const
bool CatalogIdHasBeenSet() const
bool ResourceShareTypeHasBeenSet() const
const Aws::Vector< PropertyPredicate > & GetFilters() const
SearchTablesRequest & WithMaxResults(int value)
SearchTablesRequest & WithSearchText(SearchTextT &&value)
bool FiltersHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetCatalogId() const
void SetSortCriteria(SortCriteriaT &&value)
AWS_GLUE_API SearchTablesRequest()=default
SearchTablesRequest & WithSortCriteria(SortCriteriaT &&value)
bool GetIncludeStatusDetails() const
bool SortCriteriaHasBeenSet() const
SearchTablesRequest & WithFilters(FiltersT &&value)
void SetIncludeStatusDetails(bool value)
SearchTablesRequest & AddFilters(FiltersT &&value)
const Aws::Vector< SortCriterion > & GetSortCriteria() const
void SetCatalogId(CatalogIdT &&value)
const Aws::String & GetSearchText() const
SearchTablesRequest & WithNextToken(NextTokenT &&value)
SearchTablesRequest & WithCatalogId(CatalogIdT &&value)
void SetSearchText(SearchTextT &&value)
const Aws::String & GetNextToken() const
SearchTablesRequest & WithIncludeStatusDetails(bool value)
ResourceShareType GetResourceShareType() const
AWS_GLUE_API Aws::String SerializePayload() const override
SearchTablesRequest & WithResourceShareType(ResourceShareType value)
SearchTablesRequest & AddSortCriteria(SortCriteriaT &&value)
bool IncludeStatusDetailsHasBeenSet() const
void SetResourceShareType(ResourceShareType value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector