7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
42 template<
typename FlowNameT = Aws::String>
43 void SetFlowName(FlowNameT&& value) { m_flowNameHasBeenSet =
true; m_flowName = std::forward<FlowNameT>(value); }
44 template<
typename FlowNameT = Aws::String>
56 template<
typename ExecutionIdsT = Aws::Vector<Aws::String>>
57 void SetExecutionIds(ExecutionIdsT&& value) { m_executionIdsHasBeenSet =
true; m_executionIds = std::forward<ExecutionIdsT>(value); }
58 template<
typename ExecutionIdsT = Aws::Vector<Aws::String>>
60 template<
typename ExecutionIdsT = Aws::String>
66 bool m_flowNameHasBeenSet =
false;
69 bool m_executionIdsHasBeenSet =
false;
const Aws::String & GetFlowName() const
AWS_APPFLOW_API CancelFlowExecutionsRequest()=default
CancelFlowExecutionsRequest & WithFlowName(FlowNameT &&value)
CancelFlowExecutionsRequest & AddExecutionIds(ExecutionIdsT &&value)
const Aws::Vector< Aws::String > & GetExecutionIds() const
CancelFlowExecutionsRequest & WithExecutionIds(ExecutionIdsT &&value)
AWS_APPFLOW_API Aws::String SerializePayload() const override
bool FlowNameHasBeenSet() const
bool ExecutionIdsHasBeenSet() const
void SetFlowName(FlowNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetExecutionIds(ExecutionIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector