7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename PreparedStatementNamesT = Aws::Vector<Aws::String>>
45 void SetPreparedStatementNames(PreparedStatementNamesT&& value) { m_preparedStatementNamesHasBeenSet =
true; m_preparedStatementNames = std::forward<PreparedStatementNamesT>(value); }
46 template<
typename PreparedStatementNamesT = Aws::Vector<Aws::String>>
48 template<
typename PreparedStatementNamesT = Aws::String>
58 template<
typename WorkGroupT = Aws::String>
59 void SetWorkGroup(WorkGroupT&& value) { m_workGroupHasBeenSet =
true; m_workGroup = std::forward<WorkGroupT>(value); }
60 template<
typename WorkGroupT = Aws::String>
66 bool m_preparedStatementNamesHasBeenSet =
false;
69 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