7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename StatementNameT = Aws::String>
41 m_statementNameHasBeenSet =
true;
42 m_statementName = std::forward<StatementNameT>(value);
44 template <
typename StatementNameT = Aws::String>
57 template <
typename WorkGroupT = Aws::String>
59 m_workGroupHasBeenSet =
true;
60 m_workGroup = std::forward<WorkGroupT>(value);
62 template <
typename WorkGroupT = Aws::String>
75 template <
typename QueryStatementT = Aws::String>
77 m_queryStatementHasBeenSet =
true;
78 m_queryStatement = std::forward<QueryStatementT>(value);
80 template <
typename QueryStatementT = Aws::String>
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
112 bool m_statementNameHasBeenSet =
false;
113 bool m_workGroupHasBeenSet =
false;
114 bool m_queryStatementHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
bool QueryStatementHasBeenSet() const
AWS_ATHENA_API Aws::String SerializePayload() const override
CreatePreparedStatementRequest & WithQueryStatement(QueryStatementT &&value)
void SetWorkGroup(WorkGroupT &&value)
const Aws::String & GetStatementName() const
bool WorkGroupHasBeenSet() const
void SetQueryStatement(QueryStatementT &&value)
void SetStatementName(StatementNameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkGroup() const
const Aws::String & GetQueryStatement() const
CreatePreparedStatementRequest & WithDescription(DescriptionT &&value)
CreatePreparedStatementRequest & WithStatementName(StatementNameT &&value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ATHENA_API CreatePreparedStatementRequest()=default
CreatePreparedStatementRequest & WithWorkGroup(WorkGroupT &&value)
bool StatementNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String