7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename PythonScriptT = Aws::String>
44 void SetPythonScript(PythonScriptT&& value) { m_pythonScriptHasBeenSet =
true; m_pythonScript = std::forward<PythonScriptT>(value); }
45 template<
typename PythonScriptT = Aws::String>
51 bool m_pythonScriptHasBeenSet =
false;
bool PythonScriptHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetPythonScript() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API GetDataflowGraphRequest()=default
GetDataflowGraphRequest & WithPythonScript(PythonScriptT &&value)
void SetPythonScript(PythonScriptT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String