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>
55 inline int GetId()
const {
return m_id; }
58 m_idHasBeenSet =
true;
73 template <
typename RequestOriginT = Aws::String>
75 m_requestOriginHasBeenSet =
true;
76 m_requestOrigin = std::forward<RequestOriginT>(value);
78 template <
typename RequestOriginT = Aws::String>
86 bool m_sessionIdHasBeenSet =
false;
89 bool m_idHasBeenSet =
false;
92 bool m_requestOriginHasBeenSet =
false;
AWS_GLUE_API CancelStatementRequest()=default
const Aws::String & GetSessionId() const
CancelStatementRequest & WithId(int value)
bool IdHasBeenSet() const
const Aws::String & GetRequestOrigin() const
void SetRequestOrigin(RequestOriginT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RequestOriginHasBeenSet() const
CancelStatementRequest & WithSessionId(SessionIdT &&value)
bool SessionIdHasBeenSet() const
void SetSessionId(SessionIdT &&value)
virtual const char * GetServiceRequestName() const override
CancelStatementRequest & WithRequestOrigin(RequestOriginT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String