7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/AppflowRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
50 bool m_flowNameHasBeenSet =
false;
StopFlowRequest & WithFlowName(FlowNameT &&value)
AWS_APPFLOW_API StopFlowRequest()=default
bool FlowNameHasBeenSet() const
void SetFlowName(FlowNameT &&value)
const Aws::String & GetFlowName() const
virtual const char * GetServiceRequestName() const override
AWS_APPFLOW_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String