7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename StatementNameT = Aws::String>
44 m_statementNameHasBeenSet =
true;
45 m_statementName = std::forward<StatementNameT>(value);
47 template <
typename StatementNameT = Aws::String>
60 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
62 m_lastModifiedTimeHasBeenSet =
true;
63 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
65 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
75 bool m_statementNameHasBeenSet =
false;
76 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