7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
38 template <
typename FlowNameT = Aws::String>
40 m_flowNameHasBeenSet =
true;
41 m_flowName = std::forward<FlowNameT>(value);
43 template <
typename FlowNameT = Aws::String>
58 template <
typename ExecutionIdsT = Aws::Vector<Aws::String>>
60 m_executionIdsHasBeenSet =
true;
61 m_executionIds = std::forward<ExecutionIdsT>(value);
63 template <
typename ExecutionIdsT = Aws::Vector<Aws::String>>
68 template <
typename ExecutionIdsT = Aws::String>
70 m_executionIdsHasBeenSet =
true;
71 m_executionIds.emplace_back(std::forward<ExecutionIdsT>(value));
79 bool m_flowNameHasBeenSet =
false;
80 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