7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
42 void SetQueryExecutionIds(QueryExecutionIdsT&& value) { m_queryExecutionIdsHasBeenSet =
true; m_queryExecutionIds = std::forward<QueryExecutionIdsT>(value); }
43 template<
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
45 template<
typename QueryExecutionIdsT = Aws::String>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_queryExecutionIdsHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
AWS_ATHENA_API ListQueryExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListQueryExecutionsResult & AddQueryExecutionIds(QueryExecutionIdsT &&value)
ListQueryExecutionsResult & WithNextToken(NextTokenT &&value)
AWS_ATHENA_API ListQueryExecutionsResult()=default
void SetQueryExecutionIds(QueryExecutionIdsT &&value)
const Aws::String & GetRequestId() const
ListQueryExecutionsResult & WithQueryExecutionIds(QueryExecutionIdsT &&value)
ListQueryExecutionsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetQueryExecutionIds() const
AWS_ATHENA_API ListQueryExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue