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 SetScalaCode(ScalaCodeT &&value)
AWS_GLUE_API GetPlanResult()=default
GetPlanResult & WithScalaCode(ScalaCodeT &&value)
GetPlanResult & WithPythonScript(PythonScriptT &&value)
GetPlanResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_GLUE_API GetPlanResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPythonScript() const
void SetRequestId(RequestIdT &&value)
void SetPythonScript(PythonScriptT &&value)
AWS_GLUE_API GetPlanResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetScalaCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue