7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
58 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
64 bool m_nameHasBeenSet =
false;
67 bool m_includeGraphHasBeenSet =
false;
GetWorkflowRequest & WithIncludeGraph(bool value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeGraph() const
GetWorkflowRequest & WithName(Aws::String &&value)
bool IncludeGraphHasBeenSet() const
void SetName(const char *value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(const Aws::String &value)
AWS_GLUE_API GetWorkflowRequest()
void SetIncludeGraph(bool value)
GetWorkflowRequest & WithName(const char *value)
void SetName(Aws::String &&value)
GetWorkflowRequest & WithName(const Aws::String &value)
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