7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename PreparedStatementNamesT = Aws::Vector<Aws::String>>
42 m_preparedStatementNamesHasBeenSet =
true;
43 m_preparedStatementNames = std::forward<PreparedStatementNamesT>(value);
45 template <
typename PreparedStatementNamesT = Aws::Vector<Aws::String>>
50 template <
typename PreparedStatementNamesT = Aws::String>
52 m_preparedStatementNamesHasBeenSet =
true;
53 m_preparedStatementNames.emplace_back(std::forward<PreparedStatementNamesT>(value));
64 template <
typename WorkGroupT = Aws::String>
66 m_workGroupHasBeenSet =
true;
67 m_workGroup = std::forward<WorkGroupT>(value);
69 template <
typename WorkGroupT = Aws::String>
79 bool m_preparedStatementNamesHasBeenSet =
false;
80 bool m_workGroupHasBeenSet =
false;
BatchGetPreparedStatementRequest & WithPreparedStatementNames(PreparedStatementNamesT &&value)
void SetWorkGroup(WorkGroupT &&value)
BatchGetPreparedStatementRequest & AddPreparedStatementNames(PreparedStatementNamesT &&value)
const Aws::Vector< Aws::String > & GetPreparedStatementNames() const
bool WorkGroupHasBeenSet() const
void SetPreparedStatementNames(PreparedStatementNamesT &&value)
AWS_ATHENA_API Aws::String SerializePayload() const override
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
BatchGetPreparedStatementRequest & WithWorkGroup(WorkGroupT &&value)
const Aws::String & GetWorkGroup() const
AWS_ATHENA_API BatchGetPreparedStatementRequest()=default
bool PreparedStatementNamesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector