7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/PreparedStatement.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PreparedStatementT = PreparedStatement>
37 m_preparedStatementHasBeenSet =
true;
38 m_preparedStatement = std::forward<PreparedStatementT>(value);
40 template <
typename PreparedStatementT = PreparedStatement>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_preparedStatementHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_ATHENA_API GetPreparedStatementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPreparedStatement(PreparedStatementT &&value)
AWS_ATHENA_API GetPreparedStatementResult()=default
const PreparedStatement & GetPreparedStatement() const
GetPreparedStatementResult & WithPreparedStatement(PreparedStatementT &&value)
GetPreparedStatementResult & WithRequestId(RequestIdT &&value)
AWS_ATHENA_API GetPreparedStatementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue