7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename SessionIdT = Aws::String>
41 m_sessionIdHasBeenSet =
true;
42 m_sessionId = std::forward<SessionIdT>(value);
44 template <
typename SessionIdT = Aws::String>
57 template <
typename CodeT = Aws::String>
59 m_codeHasBeenSet =
true;
60 m_code = std::forward<CodeT>(value);
62 template <
typename CodeT = Aws::String>
64 SetCode(std::forward<CodeT>(value));
75 template <
typename RequestOriginT = Aws::String>
77 m_requestOriginHasBeenSet =
true;
78 m_requestOrigin = std::forward<RequestOriginT>(value);
80 template <
typename RequestOriginT = Aws::String>
92 bool m_sessionIdHasBeenSet =
false;
93 bool m_codeHasBeenSet =
false;
94 bool m_requestOriginHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
bool RequestOriginHasBeenSet() const
void SetSessionId(SessionIdT &&value)
RunStatementRequest & WithSessionId(SessionIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetRequestOrigin(RequestOriginT &&value)
AWS_GLUE_API RunStatementRequest()=default
bool SessionIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool CodeHasBeenSet() const
void SetCode(CodeT &&value)
const Aws::String & GetSessionId() const
RunStatementRequest & WithRequestOrigin(RequestOriginT &&value)
const Aws::String & GetRequestOrigin() const
const Aws::String & GetCode() const
RunStatementRequest & WithCode(CodeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String