7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
67 bool m_namesHasBeenSet =
false;
70 bool m_includeGraphHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
void SetNames(const Aws::Vector< Aws::String > &value)
void SetNames(Aws::Vector< Aws::String > &&value)
bool GetIncludeGraph() const
bool NamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetNames() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetWorkflowsRequest & AddNames(const Aws::String &value)
BatchGetWorkflowsRequest & WithIncludeGraph(bool value)
BatchGetWorkflowsRequest & WithNames(const Aws::Vector< Aws::String > &value)
AWS_GLUE_API BatchGetWorkflowsRequest()
void SetIncludeGraph(bool value)
BatchGetWorkflowsRequest & WithNames(Aws::Vector< Aws::String > &&value)
BatchGetWorkflowsRequest & AddNames(Aws::String &&value)
BatchGetWorkflowsRequest & AddNames(const char *value)
bool IncludeGraphHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector