7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PythonScriptT = Aws::String>
37 m_pythonScriptHasBeenSet =
true;
38 m_pythonScript = std::forward<PythonScriptT>(value);
40 template <
typename PythonScriptT = Aws::String>
52 template <
typename ScalaCodeT = Aws::String>
54 m_scalaCodeHasBeenSet =
true;
55 m_scalaCode = std::forward<ScalaCodeT>(value);
57 template <
typename ScalaCodeT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_pythonScriptHasBeenSet =
false;
88 bool m_scalaCodeHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API CreateScriptResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScalaCode(ScalaCodeT &&value)
void SetPythonScript(PythonScriptT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API CreateScriptResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API CreateScriptResult()=default
CreateScriptResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetScalaCode() const
const Aws::String & GetPythonScript() const
CreateScriptResult & WithPythonScript(PythonScriptT &&value)
CreateScriptResult & WithScalaCode(ScalaCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue