7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename CatalogIdT = Aws::String>
42 m_catalogIdHasBeenSet =
true;
43 m_catalogId = std::forward<CatalogIdT>(value);
45 template <
typename CatalogIdT = Aws::String>
59 template <
typename DatabaseNameT = Aws::String>
61 m_databaseNameHasBeenSet =
true;
62 m_databaseName = std::forward<DatabaseNameT>(value);
64 template <
typename DatabaseNameT = Aws::String>
78 template <
typename TableNameT = Aws::String>
80 m_tableNameHasBeenSet =
true;
81 m_tableName = std::forward<TableNameT>(value);
83 template <
typename TableNameT = Aws::String>
96 template <
typename NextTokenT = Aws::String>
98 m_nextTokenHasBeenSet =
true;
99 m_nextToken = std::forward<NextTokenT>(value);
101 template <
typename NextTokenT = Aws::String>
115 m_maxResultsHasBeenSet =
true;
116 m_maxResults = value;
125 bool m_catalogIdHasBeenSet =
false;
128 bool m_databaseNameHasBeenSet =
false;
131 bool m_tableNameHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 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