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>
55 inline void SetIncludeGraph(
bool value) { m_includeGraphHasBeenSet =
true; m_includeGraph = value; }
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 bool m_nameHasBeenSet =
false;
85 bool m_includeGraph{
false};
86 bool m_includeGraphHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
GetWorkflowRunsRequest & WithName(NameT &&value)
bool IncludeGraphHasBeenSet() const
bool NameHasBeenSet() const
GetWorkflowRunsRequest & WithIncludeGraph(bool value)
const Aws::String & GetName() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetIncludeGraph(bool value)
bool NextTokenHasBeenSet() const
AWS_GLUE_API GetWorkflowRunsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
void SetMaxResults(int value)
GetWorkflowRunsRequest & WithNextToken(NextTokenT &&value)
bool GetIncludeGraph() const
void SetNextToken(NextTokenT &&value)
GetWorkflowRunsRequest & WithMaxResults(int value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String