7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename PythonScriptT = Aws::String>
36 m_pythonScriptHasBeenSet =
true;
37 m_pythonScript = std::forward<PythonScriptT>(value);
39 template <
typename PythonScriptT = Aws::String>
51 template <
typename ScalaCodeT = Aws::String>
53 m_scalaCodeHasBeenSet =
true;
54 m_scalaCode = std::forward<ScalaCodeT>(value);
56 template <
typename ScalaCodeT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_pythonScriptHasBeenSet =
false;
84 bool m_scalaCodeHasBeenSet =
false;
85 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)
const Aws::String & GetScalaCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue