7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NamesT = Aws::Vector<Aws::String>>
43 m_namesHasBeenSet =
true;
44 m_names = std::forward<NamesT>(value);
46 template <
typename NamesT = Aws::Vector<Aws::String>>
48 SetNames(std::forward<NamesT>(value));
51 template <
typename NamesT = Aws::String>
53 m_namesHasBeenSet =
true;
54 m_names.emplace_back(std::forward<NamesT>(value));
67 m_includeGraphHasBeenSet =
true;
68 m_includeGraph = value;
78 bool m_includeGraph{
false};
79 bool m_namesHasBeenSet =
false;
80 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