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;
virtual const char * GetServiceRequestName() const override
bool FlowNameHasBeenSet() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
AWS_APPFLOW_API DescribeFlowRequest()=default
const Aws::String & GetFlowName() const
DescribeFlowRequest & WithFlowName(FlowNameT &&value)
void SetFlowName(FlowNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String