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;
41 template<
typename PreparedStatementT = PreparedStatement>
42 void SetPreparedStatement(PreparedStatementT&& value) { m_preparedStatementHasBeenSet =
true; m_preparedStatement = std::forward<PreparedStatementT>(value); }
43 template<
typename PreparedStatementT = PreparedStatement>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_preparedStatementHasBeenSet =
false;
61 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