7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/ResourceShareType.h>
12#include <aws/glue/model/PropertyPredicate.h>
13#include <aws/glue/model/SortCriterion.h>
47 template<
typename CatalogIdT = Aws::String>
48 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
49 template<
typename CatalogIdT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
82 template<
typename FiltersT = Aws::Vector<PropertyPredicate>>
83 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
84 template<
typename FiltersT = Aws::Vector<PropertyPredicate>>
86 template<
typename FiltersT = PropertyPredicate>
97 template<
typename SearchTextT = Aws::String>
98 void SetSearchText(SearchTextT&& value) { m_searchTextHasBeenSet =
true; m_searchText = std::forward<SearchTextT>(value); }
99 template<
typename SearchTextT = Aws::String>
110 template<
typename SortCriteriaT = Aws::Vector<SortCriterion>>
111 void SetSortCriteria(SortCriteriaT&& value) { m_sortCriteriaHasBeenSet =
true; m_sortCriteria = std::forward<SortCriteriaT>(value); }
112 template<
typename SortCriteriaT = Aws::Vector<SortCriterion>>
114 template<
typename SortCriteriaT = SortCriterion>
124 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
156 bool m_catalogIdHasBeenSet =
false;
159 bool m_nextTokenHasBeenSet =
false;
162 bool m_filtersHasBeenSet =
false;
165 bool m_searchTextHasBeenSet =
false;
168 bool m_sortCriteriaHasBeenSet =
false;
171 bool m_maxResultsHasBeenSet =
false;
174 bool m_resourceShareTypeHasBeenSet =
false;
176 bool m_includeStatusDetails{
false};
177 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