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 NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 template<
typename RunIdT = Aws::String>
56 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
57 template<
typename RunIdT = Aws::String>
67 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
73 bool m_nameHasBeenSet =
false;
76 bool m_runIdHasBeenSet =
false;
78 bool m_includeGraph{
false};
79 bool m_includeGraphHasBeenSet =
false;
void SetRunId(RunIdT &&value)
bool NameHasBeenSet() const
GetWorkflowRunRequest & WithRunId(RunIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetIncludeGraph(bool value)
virtual const char * GetServiceRequestName() const override
bool IncludeGraphHasBeenSet() const
bool GetIncludeGraph() const
void SetName(NameT &&value)
GetWorkflowRunRequest & WithName(NameT &&value)
bool RunIdHasBeenSet() const
const Aws::String & GetRunId() const
GetWorkflowRunRequest & WithIncludeGraph(bool value)
AWS_GLUE_API GetWorkflowRunRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String