7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename StatementNameT = Aws::String>
49 void SetStatementName(StatementNameT&& value) { m_statementNameHasBeenSet =
true; m_statementName = std::forward<StatementNameT>(value); }
50 template<
typename StatementNameT = Aws::String>
60 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
61 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
62 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
68 bool m_statementNameHasBeenSet =
false;
71 bool m_lastModifiedTimeHasBeenSet =
false;
void SetStatementName(StatementNameT &&value)
AWS_ATHENA_API PreparedStatementSummary()=default
AWS_ATHENA_API PreparedStatementSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastModifiedTimeHasBeenSet() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetStatementName() const
PreparedStatementSummary & WithStatementName(StatementNameT &&value)
bool StatementNameHasBeenSet() const
PreparedStatementSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_ATHENA_API PreparedStatementSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue