7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/GlueRequest.h>
11#include <aws/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/AuditContext.h>
13#include <aws/glue/model/TableAttributes.h>
44 template <
typename CatalogIdT = Aws::String>
46 m_catalogIdHasBeenSet =
true;
47 m_catalogId = std::forward<CatalogIdT>(value);
49 template <
typename CatalogIdT = Aws::String>
63 template <
typename DatabaseNameT = Aws::String>
65 m_databaseNameHasBeenSet =
true;
66 m_databaseName = std::forward<DatabaseNameT>(value);
68 template <
typename DatabaseNameT = Aws::String>
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
100 template <
typename TransactionIdT = Aws::String>
102 m_transactionIdHasBeenSet =
true;
103 m_transactionId = std::forward<TransactionIdT>(value);
105 template <
typename TransactionIdT = Aws::String>
120 template <
typename QueryAsOfTimeT = Aws::Utils::DateTime>
122 m_queryAsOfTimeHasBeenSet =
true;
123 m_queryAsOfTime = std::forward<QueryAsOfTimeT>(value);
125 template <
typename QueryAsOfTimeT = Aws::Utils::DateTime>
140 template <
typename AuditContextT = AuditContext>
142 m_auditContextHasBeenSet =
true;
143 m_auditContext = std::forward<AuditContextT>(value);
145 template <
typename AuditContextT = AuditContext>
160 m_includeStatusDetailsHasBeenSet =
true;
161 m_includeStatusDetails = value;
182 template <
typename AttributesToGetT = Aws::Vector<TableAttributes>>
184 m_attributesToGetHasBeenSet =
true;
185 m_attributesToGet = std::forward<AttributesToGetT>(value);
187 template <
typename AttributesToGetT = Aws::Vector<TableAttributes>>
193 m_attributesToGetHasBeenSet =
true;
194 m_attributesToGet.push_back(value);
209 AuditContext m_auditContext;
211 bool m_includeStatusDetails{
false};
214 bool m_catalogIdHasBeenSet =
false;
215 bool m_databaseNameHasBeenSet =
false;
216 bool m_nameHasBeenSet =
false;
217 bool m_transactionIdHasBeenSet =
false;
218 bool m_queryAsOfTimeHasBeenSet =
false;
219 bool m_auditContextHasBeenSet =
false;
220 bool m_includeStatusDetailsHasBeenSet =
false;
221 bool m_attributesToGetHasBeenSet =
false;
GetTableRequest & WithDatabaseName(DatabaseNameT &&value)
bool AttributesToGetHasBeenSet() const
const Aws::String & GetName() const
GetTableRequest & WithQueryAsOfTime(QueryAsOfTimeT &&value)
bool QueryAsOfTimeHasBeenSet() const
bool TransactionIdHasBeenSet() const
bool DatabaseNameHasBeenSet() const
bool CatalogIdHasBeenSet() const
const AuditContext & GetAuditContext() const
const Aws::Vector< TableAttributes > & GetAttributesToGet() const
void SetTransactionId(TransactionIdT &&value)
void SetCatalogId(CatalogIdT &&value)
bool NameHasBeenSet() const
GetTableRequest & WithIncludeStatusDetails(bool value)
AWS_GLUE_API GetTableRequest()=default
GetTableRequest & WithAuditContext(AuditContextT &&value)
GetTableRequest & WithCatalogId(CatalogIdT &&value)
GetTableRequest & WithAttributesToGet(AttributesToGetT &&value)
void SetAuditContext(AuditContextT &&value)
bool GetIncludeStatusDetails() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetTableRequest & WithName(NameT &&value)
bool IncludeStatusDetailsHasBeenSet() const
const Aws::Utils::DateTime & GetQueryAsOfTime() const
bool AuditContextHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
const Aws::String & GetTransactionId() const
const Aws::String & GetCatalogId() const
const Aws::String & GetDatabaseName() const
AWS_GLUE_API Aws::String SerializePayload() const override
GetTableRequest & WithTransactionId(TransactionIdT &&value)
void SetQueryAsOfTime(QueryAsOfTimeT &&value)
void SetAttributesToGet(AttributesToGetT &&value)
void SetIncludeStatusDetails(bool value)
void SetName(NameT &&value)
GetTableRequest & AddAttributesToGet(TableAttributes value)
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