7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename CatalogNameT = Aws::String>
44 void SetCatalogName(CatalogNameT&& value) { m_catalogNameHasBeenSet =
true; m_catalogName = std::forward<CatalogNameT>(value); }
45 template<
typename CatalogNameT = Aws::String>
55 template<
typename DatabaseNameT = Aws::String>
56 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
57 template<
typename DatabaseNameT = Aws::String>
68 template<
typename ExpressionT = Aws::String>
69 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
70 template<
typename ExpressionT = 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; }
105 template<
typename WorkGroupT = Aws::String>
106 void SetWorkGroup(WorkGroupT&& value) { m_workGroupHasBeenSet =
true; m_workGroup = std::forward<WorkGroupT>(value); }
107 template<
typename WorkGroupT = Aws::String>
113 bool m_catalogNameHasBeenSet =
false;
116 bool m_databaseNameHasBeenSet =
false;
119 bool m_expressionHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
125 bool m_maxResultsHasBeenSet =
false;
128 bool m_workGroupHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String