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 StatementNameT = Aws::String>
44 void SetStatementName(StatementNameT&& value) { m_statementNameHasBeenSet =
true; m_statementName = std::forward<StatementNameT>(value); }
45 template<
typename StatementNameT = Aws::String>
55 template<
typename WorkGroupT = Aws::String>
56 void SetWorkGroup(WorkGroupT&& value) { m_workGroupHasBeenSet =
true; m_workGroup = std::forward<WorkGroupT>(value); }
57 template<
typename WorkGroupT = Aws::String>
67 template<
typename QueryStatementT = Aws::String>
68 void SetQueryStatement(QueryStatementT&& value) { m_queryStatementHasBeenSet =
true; m_queryStatement = std::forward<QueryStatementT>(value); }
69 template<
typename QueryStatementT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
87 bool m_statementNameHasBeenSet =
false;
90 bool m_workGroupHasBeenSet =
false;
93 bool m_queryStatementHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
UpdatePreparedStatementRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetStatementName() const
bool DescriptionHasBeenSet() const
bool WorkGroupHasBeenSet() const
const Aws::String & GetQueryStatement() const
AWS_ATHENA_API Aws::String SerializePayload() const override
AWS_ATHENA_API UpdatePreparedStatementRequest()=default
void SetStatementName(StatementNameT &&value)
bool QueryStatementHasBeenSet() const
UpdatePreparedStatementRequest & WithWorkGroup(WorkGroupT &&value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetWorkGroup() const
void SetQueryStatement(QueryStatementT &&value)
bool StatementNameHasBeenSet() const
const Aws::String & GetDescription() const
UpdatePreparedStatementRequest & WithQueryStatement(QueryStatementT &&value)
UpdatePreparedStatementRequest & WithStatementName(StatementNameT &&value)
void SetWorkGroup(WorkGroupT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String