7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/Segment.h>
42 template <
typename CatalogIdT = Aws::String>
44 m_catalogIdHasBeenSet =
true;
45 m_catalogId = std::forward<CatalogIdT>(value);
47 template <
typename CatalogIdT = Aws::String>
60 template <
typename DatabaseNameT = Aws::String>
62 m_databaseNameHasBeenSet =
true;
63 m_databaseName = std::forward<DatabaseNameT>(value);
65 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>
129 template <
typename ExpressionT = Aws::String>
131 m_expressionHasBeenSet =
true;
132 m_expression = std::forward<ExpressionT>(value);
134 template <
typename ExpressionT = Aws::String>
148 template <
typename NextTokenT = Aws::String>
150 m_nextTokenHasBeenSet =
true;
151 m_nextToken = std::forward<NextTokenT>(value);
153 template <
typename NextTokenT = Aws::String>
166 template <
typename SegmentT = Segment>
168 m_segmentHasBeenSet =
true;
169 m_segment = std::forward<SegmentT>(value);
171 template <
typename SegmentT = Segment>
185 m_maxResultsHasBeenSet =
true;
186 m_maxResults = value;
204 m_excludeColumnSchemaHasBeenSet =
true;
205 m_excludeColumnSchema = value;
219 template <
typename TransactionIdT = Aws::String>
221 m_transactionIdHasBeenSet =
true;
222 m_transactionId = std::forward<TransactionIdT>(value);
224 template <
typename TransactionIdT = Aws::String>
239 template <
typename QueryAsOfTimeT = Aws::Utils::DateTime>
241 m_queryAsOfTimeHasBeenSet =
true;
242 m_queryAsOfTime = std::forward<QueryAsOfTimeT>(value);
244 template <
typename QueryAsOfTimeT = Aws::Utils::DateTime>
265 bool m_excludeColumnSchema{
false};
270 bool m_catalogIdHasBeenSet =
false;
271 bool m_databaseNameHasBeenSet =
false;
272 bool m_tableNameHasBeenSet =
false;
273 bool m_expressionHasBeenSet =
false;
274 bool m_nextTokenHasBeenSet =
false;
275 bool m_segmentHasBeenSet =
false;
276 bool m_maxResultsHasBeenSet =
false;
277 bool m_excludeColumnSchemaHasBeenSet =
false;
278 bool m_transactionIdHasBeenSet =
false;
279 bool m_queryAsOfTimeHasBeenSet =
false;
void SetDatabaseName(DatabaseNameT &&value)
bool ExcludeColumnSchemaHasBeenSet() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
void SetQueryAsOfTime(QueryAsOfTimeT &&value)
const Aws::String & GetDatabaseName() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool SegmentHasBeenSet() const
GetPartitionsRequest & WithMaxResults(int value)
const Aws::Utils::DateTime & GetQueryAsOfTime() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetTableName(TableNameT &&value)
void SetExcludeColumnSchema(bool value)
void SetSegment(SegmentT &&value)
const Aws::String & GetCatalogId() const
void SetCatalogId(CatalogIdT &&value)
bool CatalogIdHasBeenSet() const
const Segment & GetSegment() const
void SetMaxResults(int value)
bool QueryAsOfTimeHasBeenSet() const
AWS_GLUE_API GetPartitionsRequest()=default
void SetTransactionId(TransactionIdT &&value)
GetPartitionsRequest & WithDatabaseName(DatabaseNameT &&value)
bool DatabaseNameHasBeenSet() const
bool TableNameHasBeenSet() const
GetPartitionsRequest & WithTransactionId(TransactionIdT &&value)
const Aws::String & GetNextToken() const
bool GetExcludeColumnSchema() const
const Aws::String & GetTableName() const
GetPartitionsRequest & WithNextToken(NextTokenT &&value)
void SetExpression(ExpressionT &&value)
const Aws::String & GetTransactionId() const
bool ExpressionHasBeenSet() const
GetPartitionsRequest & WithSegment(SegmentT &&value)
GetPartitionsRequest & WithExcludeColumnSchema(bool value)
bool TransactionIdHasBeenSet() const
int GetMaxResults() const
GetPartitionsRequest & WithQueryAsOfTime(QueryAsOfTimeT &&value)
GetPartitionsRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetExpression() const
bool NextTokenHasBeenSet() const
GetPartitionsRequest & WithTableName(TableNameT &&value)
GetPartitionsRequest & WithExpression(ExpressionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String