7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Statement.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename StatementT = Statement>
37 m_statementHasBeenSet =
true;
38 m_statement = std::forward<StatementT>(value);
40 template <
typename StatementT = Statement>
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_statementHasBeenSet =
false;
66 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
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