7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Statement.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename StatementT = Statement>
38 m_statementHasBeenSet =
true;
39 m_statement = std::forward<StatementT>(value);
41 template <
typename StatementT = Statement>
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_statementHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API GetStatementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetStatementResult & WithStatement(StatementT &&value)
AWS_GLUE_API GetStatementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Statement & GetStatement() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatement(StatementT &&value)
GetStatementResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetStatementResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue