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>
56 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
62 bool m_nameHasBeenSet =
false;
64 bool m_includeGraph{
false};
65 bool m_includeGraphHasBeenSet =
false;
GetWorkflowRequest & WithName(NameT &&value)
GetWorkflowRequest & WithIncludeGraph(bool value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeGraph() const
bool IncludeGraphHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetIncludeGraph(bool value)
AWS_GLUE_API GetWorkflowRequest()=default
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String