7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename CatalogIdT = Aws::String>
45 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
46 template<
typename CatalogIdT = Aws::String>
57 template<
typename DatabaseNameT = Aws::String>
58 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
59 template<
typename DatabaseNameT = Aws::String>
70 template<
typename TableNameT = Aws::String>
71 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
72 template<
typename TableNameT = Aws::String>
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
94 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
100 bool m_catalogIdHasBeenSet =
false;
103 bool m_databaseNameHasBeenSet =
false;
106 bool m_tableNameHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
112 bool m_maxResultsHasBeenSet =
false;
void SetMaxResults(int value)
GetTableVersionsRequest & WithTableName(TableNameT &&value)
bool TableNameHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
GetTableVersionsRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetDatabaseName() const
const Aws::String & GetTableName() const
bool NextTokenHasBeenSet() const
GetTableVersionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetTableVersionsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool DatabaseNameHasBeenSet() const
AWS_GLUE_API GetTableVersionsRequest()=default
bool CatalogIdHasBeenSet() const
void SetTableName(TableNameT &&value)
GetTableVersionsRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetCatalogId() const
int GetMaxResults() const
void SetDatabaseName(DatabaseNameT &&value)
void SetCatalogId(CatalogIdT &&value)
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String