7#include <aws/appflow/AppflowRequest.h>
8#include <aws/appflow/Appflow_EXPORTS.h>
9#include <aws/appflow/model/DestinationFlowConfig.h>
10#include <aws/appflow/model/MetadataCatalogConfig.h>
11#include <aws/appflow/model/SourceFlowConfig.h>
12#include <aws/appflow/model/Task.h>
13#include <aws/appflow/model/TriggerConfig.h>
14#include <aws/core/utils/UUID.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename FlowNameT = Aws::String>
47 m_flowNameHasBeenSet =
true;
48 m_flowName = std::forward<FlowNameT>(value);
50 template <
typename FlowNameT = Aws::String>
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
81 template <
typename TriggerConfigT = TriggerConfig>
83 m_triggerConfigHasBeenSet =
true;
84 m_triggerConfig = std::forward<TriggerConfigT>(value);
86 template <
typename TriggerConfigT = TriggerConfig>
97 template <
typename SourceFlowConfigT = SourceFlowConfig>
99 m_sourceFlowConfigHasBeenSet =
true;
100 m_sourceFlowConfig = std::forward<SourceFlowConfigT>(value);
102 template <
typename SourceFlowConfigT = SourceFlowConfig>
116 template <
typename DestinationFlowConfigListT = Aws::Vector<DestinationFlowConfig>>
118 m_destinationFlowConfigListHasBeenSet =
true;
119 m_destinationFlowConfigList = std::forward<DestinationFlowConfigListT>(value);
121 template <
typename DestinationFlowConfigListT = Aws::Vector<DestinationFlowConfig>>
126 template <
typename DestinationFlowConfigListT = DestinationFlowConfig>
128 m_destinationFlowConfigListHasBeenSet =
true;
129 m_destinationFlowConfigList.emplace_back(std::forward<DestinationFlowConfigListT>(value));
141 template <
typename TasksT = Aws::Vector<Task>>
143 m_tasksHasBeenSet =
true;
144 m_tasks = std::forward<TasksT>(value);
146 template <
typename TasksT = Aws::Vector<Task>>
148 SetTasks(std::forward<TasksT>(value));
151 template <
typename TasksT = Task>
153 m_tasksHasBeenSet =
true;
154 m_tasks.emplace_back(std::forward<TasksT>(value));
167 template <
typename MetadataCatalogConfigT = MetadataCatalogConfig>
169 m_metadataCatalogConfigHasBeenSet =
true;
170 m_metadataCatalogConfig = std::forward<MetadataCatalogConfigT>(value);
172 template <
typename MetadataCatalogConfigT = MetadataCatalogConfig>
195 template <
typename ClientTokenT = Aws::String>
197 m_clientTokenHasBeenSet =
true;
198 m_clientToken = std::forward<ClientTokenT>(value);
200 template <
typename ClientTokenT = Aws::String>
222 bool m_flowNameHasBeenSet =
false;
223 bool m_descriptionHasBeenSet =
false;
224 bool m_triggerConfigHasBeenSet =
false;
225 bool m_sourceFlowConfigHasBeenSet =
false;
226 bool m_destinationFlowConfigListHasBeenSet =
false;
227 bool m_tasksHasBeenSet =
false;
228 bool m_metadataCatalogConfigHasBeenSet =
false;
229 bool m_clientTokenHasBeenSet =
true;
UpdateFlowRequest & WithClientToken(ClientTokenT &&value)
bool TasksHasBeenSet() const
UpdateFlowRequest & WithMetadataCatalogConfig(MetadataCatalogConfigT &&value)
void SetFlowName(FlowNameT &&value)
void SetTasks(TasksT &&value)
bool MetadataCatalogConfigHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool TriggerConfigHasBeenSet() const
bool SourceFlowConfigHasBeenSet() const
const Aws::String & GetClientToken() const
UpdateFlowRequest & WithTasks(TasksT &&value)
const TriggerConfig & GetTriggerConfig() const
UpdateFlowRequest & WithTriggerConfig(TriggerConfigT &&value)
UpdateFlowRequest & WithFlowName(FlowNameT &&value)
AWS_APPFLOW_API UpdateFlowRequest()=default
void SetSourceFlowConfig(SourceFlowConfigT &&value)
UpdateFlowRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetTriggerConfig(TriggerConfigT &&value)
UpdateFlowRequest & WithDestinationFlowConfigList(DestinationFlowConfigListT &&value)
const Aws::Vector< Task > & GetTasks() const
const SourceFlowConfig & GetSourceFlowConfig() const
void SetDestinationFlowConfigList(DestinationFlowConfigListT &&value)
const Aws::Vector< DestinationFlowConfig > & GetDestinationFlowConfigList() const
const MetadataCatalogConfig & GetMetadataCatalogConfig() const
bool FlowNameHasBeenSet() const
UpdateFlowRequest & AddTasks(TasksT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetDescription() const
bool DestinationFlowConfigListHasBeenSet() const
UpdateFlowRequest & AddDestinationFlowConfigList(DestinationFlowConfigListT &&value)
const Aws::String & GetFlowName() const
UpdateFlowRequest & WithSourceFlowConfig(SourceFlowConfigT &&value)
void SetMetadataCatalogConfig(MetadataCatalogConfigT &&value)
bool DescriptionHasBeenSet() const
AWS_APPFLOW_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector