7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename WorkflowsT = Aws::Vector<Aws::String>>
42 void SetWorkflows(WorkflowsT&& value) { m_workflowsHasBeenSet =
true; m_workflows = std::forward<WorkflowsT>(value); }
43 template<
typename WorkflowsT = Aws::Vector<Aws::String>>
45 template<
typename WorkflowsT = Aws::String>
54 template<
typename NextTokenT = Aws::String>
55 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
56 template<
typename NextTokenT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_workflowsHasBeenSet =
false;
74 bool m_nextTokenHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetWorkflows() const
AWS_GLUE_API ListWorkflowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListWorkflowsResult & AddWorkflows(WorkflowsT &&value)
void SetRequestId(RequestIdT &&value)
ListWorkflowsResult & WithNextToken(NextTokenT &&value)
AWS_GLUE_API ListWorkflowsResult()=default
void SetNextToken(NextTokenT &&value)
ListWorkflowsResult & WithWorkflows(WorkflowsT &&value)
void SetWorkflows(WorkflowsT &&value)
ListWorkflowsResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API ListWorkflowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue