7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename StatementNameT = Aws::String>
43 m_statementNameHasBeenSet =
true;
44 m_statementName = std::forward<StatementNameT>(value);
46 template <
typename StatementNameT = Aws::String>
59 template <
typename QueryStatementT = Aws::String>
61 m_queryStatementHasBeenSet =
true;
62 m_queryStatement = std::forward<QueryStatementT>(value);
64 template <
typename QueryStatementT = Aws::String>
77 template <
typename WorkGroupNameT = Aws::String>
79 m_workGroupNameHasBeenSet =
true;
80 m_workGroupName = std::forward<WorkGroupNameT>(value);
82 template <
typename WorkGroupNameT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 m_lastModifiedTimeHasBeenSet =
true;
116 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
118 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 bool m_statementNameHasBeenSet =
false;
135 bool m_queryStatementHasBeenSet =
false;
136 bool m_workGroupNameHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
138 bool m_lastModifiedTimeHasBeenSet =
false;
AWS_ATHENA_API PreparedStatement()=default
AWS_ATHENA_API PreparedStatement(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWorkGroupName() const
PreparedStatement & WithWorkGroupName(WorkGroupNameT &&value)
void SetStatementName(StatementNameT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetQueryStatement(QueryStatementT &&value)
PreparedStatement & WithLastModifiedTime(LastModifiedTimeT &&value)
bool StatementNameHasBeenSet() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetQueryStatement() const
void SetWorkGroupName(WorkGroupNameT &&value)
bool QueryStatementHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetDescription(DescriptionT &&value)
PreparedStatement & WithQueryStatement(QueryStatementT &&value)
PreparedStatement & WithStatementName(StatementNameT &&value)
const Aws::String & GetStatementName() const
bool WorkGroupNameHasBeenSet() const
const Aws::String & GetDescription() const
bool LastModifiedTimeHasBeenSet() const
PreparedStatement & WithDescription(DescriptionT &&value)
AWS_ATHENA_API PreparedStatement & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue