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/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/model/TableAttributes.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>
60 template<
typename DatabaseNameT = Aws::String>
61 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
62 template<
typename DatabaseNameT = Aws::String>
73 template<
typename ExpressionT = Aws::String>
74 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
75 template<
typename ExpressionT = Aws::String>
85 template<
typename NextTokenT = Aws::String>
86 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
87 template<
typename NextTokenT = Aws::String>
97 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
107 template<
typename TransactionIdT = Aws::String>
108 void SetTransactionId(TransactionIdT&& value) { m_transactionIdHasBeenSet =
true; m_transactionId = std::forward<TransactionIdT>(value); }
109 template<
typename TransactionIdT = Aws::String>
121 template<
typename QueryAsOfTimeT = Aws::Utils::DateTime>
122 void SetQueryAsOfTime(QueryAsOfTimeT&& value) { m_queryAsOfTimeHasBeenSet =
true; m_queryAsOfTime = std::forward<QueryAsOfTimeT>(value); }
123 template<
typename QueryAsOfTimeT = Aws::Utils::DateTime>
149 template<
typename AttributesToGetT = Aws::Vector<TableAttributes>>
150 void SetAttributesToGet(AttributesToGetT&& value) { m_attributesToGetHasBeenSet =
true; m_attributesToGet = std::forward<AttributesToGetT>(value); }
151 template<
typename AttributesToGetT = Aws::Vector<TableAttributes>>
158 bool m_catalogIdHasBeenSet =
false;
161 bool m_databaseNameHasBeenSet =
false;
164 bool m_expressionHasBeenSet =
false;
167 bool m_nextTokenHasBeenSet =
false;
170 bool m_maxResultsHasBeenSet =
false;
173 bool m_transactionIdHasBeenSet =
false;
176 bool m_queryAsOfTimeHasBeenSet =
false;
178 bool m_includeStatusDetails{
false};
179 bool m_includeStatusDetailsHasBeenSet =
false;
182 bool m_attributesToGetHasBeenSet =
false;
GetTablesRequest & WithAttributesToGet(AttributesToGetT &&value)
const Aws::String & GetCatalogId() const
bool IncludeStatusDetailsHasBeenSet() const
bool ExpressionHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
int GetMaxResults() const
void SetDatabaseName(DatabaseNameT &&value)
GetTablesRequest & WithQueryAsOfTime(QueryAsOfTimeT &&value)
void SetQueryAsOfTime(QueryAsOfTimeT &&value)
GetTablesRequest & WithIncludeStatusDetails(bool value)
bool DatabaseNameHasBeenSet() const
void SetAttributesToGet(AttributesToGetT &&value)
GetTablesRequest & AddAttributesToGet(TableAttributes value)
void SetExpression(ExpressionT &&value)
const Aws::Utils::DateTime & GetQueryAsOfTime() const
AWS_GLUE_API GetTablesRequest()=default
GetTablesRequest & WithTransactionId(TransactionIdT &&value)
void SetTransactionId(TransactionIdT &&value)
bool TransactionIdHasBeenSet() const
GetTablesRequest & WithExpression(ExpressionT &&value)
bool MaxResultsHasBeenSet() const
GetTablesRequest & WithDatabaseName(DatabaseNameT &&value)
GetTablesRequest & WithCatalogId(CatalogIdT &&value)
virtual const char * GetServiceRequestName() const override
GetTablesRequest & WithMaxResults(int value)
const Aws::Vector< TableAttributes > & GetAttributesToGet() const
const Aws::String & GetExpression() const
GetTablesRequest & WithNextToken(NextTokenT &&value)
void SetCatalogId(CatalogIdT &&value)
bool QueryAsOfTimeHasBeenSet() const
const Aws::String & GetNextToken() const
bool CatalogIdHasBeenSet() const
void SetIncludeStatusDetails(bool value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeStatusDetails() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
bool AttributesToGetHasBeenSet() const
const Aws::String & GetDatabaseName() const
const Aws::String & GetTransactionId() const
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