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>
45 template<
typename NamesT = Aws::Vector<Aws::String>>
46 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
47 template<
typename NamesT = Aws::Vector<Aws::String>>
49 template<
typename NamesT = Aws::String>
60 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
66 bool m_namesHasBeenSet =
false;
68 bool m_includeGraph{
false};
69 bool m_includeGraphHasBeenSet =
false;
AWS_GLUE_API BatchGetWorkflowsRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeGraph() const
bool NamesHasBeenSet() const
void SetNames(NamesT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetNames() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetWorkflowsRequest & WithIncludeGraph(bool value)
void SetIncludeGraph(bool value)
BatchGetWorkflowsRequest & WithNames(NamesT &&value)
BatchGetWorkflowsRequest & AddNames(NamesT &&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