7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/PreparedStatement.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename PreparedStatementT = PreparedStatement>
38 m_preparedStatementHasBeenSet =
true;
39 m_preparedStatement = std::forward<PreparedStatementT>(value);
41 template <
typename PreparedStatementT = PreparedStatement>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_preparedStatementHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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