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>
10#include <aws/glue/model/Workflow.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename WorkflowsT = Aws::Vector<Workflow>>
43 void SetWorkflows(WorkflowsT&& value) { m_workflowsHasBeenSet =
true; m_workflows = std::forward<WorkflowsT>(value); }
44 template<
typename WorkflowsT = Aws::Vector<Workflow>>
46 template<
typename WorkflowsT = Workflow>
55 template<
typename MissingWorkflowsT = Aws::Vector<Aws::String>>
56 void SetMissingWorkflows(MissingWorkflowsT&& value) { m_missingWorkflowsHasBeenSet =
true; m_missingWorkflows = std::forward<MissingWorkflowsT>(value); }
57 template<
typename MissingWorkflowsT = Aws::Vector<Aws::String>>
59 template<
typename MissingWorkflowsT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_workflowsHasBeenSet =
false;
77 bool m_missingWorkflowsHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetMissingWorkflows(MissingWorkflowsT &&value)
AWS_GLUE_API BatchGetWorkflowsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetWorkflowsResult & AddMissingWorkflows(MissingWorkflowsT &&value)
BatchGetWorkflowsResult & WithMissingWorkflows(MissingWorkflowsT &&value)
AWS_GLUE_API BatchGetWorkflowsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Workflow > & GetWorkflows() const
void SetWorkflows(WorkflowsT &&value)
BatchGetWorkflowsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetMissingWorkflows() const
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API BatchGetWorkflowsResult()=default
BatchGetWorkflowsResult & AddWorkflows(WorkflowsT &&value)
BatchGetWorkflowsResult & WithWorkflows(WorkflowsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue