7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename FlowNameT = Aws::String>
41 m_flowNameHasBeenSet =
true;
42 m_flowName = std::forward<FlowNameT>(value);
44 template <
typename FlowNameT = Aws::String>
70 template <
typename ClientTokenT = Aws::String>
72 m_clientTokenHasBeenSet =
true;
73 m_clientToken = std::forward<ClientTokenT>(value);
75 template <
typename ClientTokenT = Aws::String>
85 bool m_flowNameHasBeenSet =
false;
86 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
bool FlowNameHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetFlowName() const
StartFlowRequest & WithFlowName(FlowNameT &&value)
AWS_APPFLOW_API StartFlowRequest()=default
bool ClientTokenHasBeenSet() const
const Aws::String & GetClientToken() const
void SetFlowName(FlowNameT &&value)
AWS_APPFLOW_API Aws::String SerializePayload() const override
StartFlowRequest & WithClientToken(ClientTokenT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String