7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename FlowNameT = Aws::String>
40 m_flowNameHasBeenSet =
true;
41 m_flowName = std::forward<FlowNameT>(value);
43 template <
typename FlowNameT = Aws::String>
51 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