7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/SourceFlowConfig.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/model/TriggerConfig.h>
12#include <aws/customer-profiles/model/Task.h>
25namespace CustomerProfiles
52 template<
typename DescriptionT = Aws::String>
53 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
54 template<
typename DescriptionT = Aws::String>
65 template<
typename FlowNameT = Aws::String>
66 void SetFlowName(FlowNameT&& value) { m_flowNameHasBeenSet =
true; m_flowName = std::forward<FlowNameT>(value); }
67 template<
typename FlowNameT = Aws::String>
78 template<
typename KmsArnT = Aws::String>
79 void SetKmsArn(KmsArnT&& value) { m_kmsArnHasBeenSet =
true; m_kmsArn = std::forward<KmsArnT>(value); }
80 template<
typename KmsArnT = Aws::String>
91 template<
typename SourceFlowConfigT = SourceFlowConfig>
92 void SetSourceFlowConfig(SourceFlowConfigT&& value) { m_sourceFlowConfigHasBeenSet =
true; m_sourceFlowConfig = std::forward<SourceFlowConfigT>(value); }
93 template<
typename SourceFlowConfigT = SourceFlowConfig>
104 template<
typename TasksT = Aws::Vector<Task>>
105 void SetTasks(TasksT&& value) { m_tasksHasBeenSet =
true; m_tasks = std::forward<TasksT>(value); }
106 template<
typename TasksT = Aws::Vector<Task>>
108 template<
typename TasksT = Task>
109 FlowDefinition&
AddTasks(TasksT&& value) { m_tasksHasBeenSet =
true; m_tasks.emplace_back(std::forward<TasksT>(value));
return *
this; }
118 template<
typename TriggerConfigT = TriggerConfig>
119 void SetTriggerConfig(TriggerConfigT&& value) { m_triggerConfigHasBeenSet =
true; m_triggerConfig = std::forward<TriggerConfigT>(value); }
120 template<
typename TriggerConfigT = TriggerConfig>
126 bool m_descriptionHasBeenSet =
false;
129 bool m_flowNameHasBeenSet =
false;
132 bool m_kmsArnHasBeenSet =
false;
135 bool m_sourceFlowConfigHasBeenSet =
false;
138 bool m_tasksHasBeenSet =
false;
141 bool m_triggerConfigHasBeenSet =
false;
const TriggerConfig & GetTriggerConfig() const
void SetTasks(TasksT &&value)
const Aws::String & GetFlowName() const
FlowDefinition & WithSourceFlowConfig(SourceFlowConfigT &&value)
void SetKmsArn(KmsArnT &&value)
void SetDescription(DescriptionT &&value)
AWS_CUSTOMERPROFILES_API FlowDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowDefinition & WithDescription(DescriptionT &&value)
FlowDefinition & WithTriggerConfig(TriggerConfigT &&value)
AWS_CUSTOMERPROFILES_API FlowDefinition()=default
bool TriggerConfigHasBeenSet() const
bool SourceFlowConfigHasBeenSet() const
bool TasksHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API FlowDefinition(Aws::Utils::Json::JsonView jsonValue)
FlowDefinition & WithFlowName(FlowNameT &&value)
const Aws::Vector< Task > & GetTasks() const
bool KmsArnHasBeenSet() const
void SetTriggerConfig(TriggerConfigT &&value)
FlowDefinition & WithTasks(TasksT &&value)
void SetSourceFlowConfig(SourceFlowConfigT &&value)
bool FlowNameHasBeenSet() const
FlowDefinition & AddTasks(TasksT &&value)
void SetFlowName(FlowNameT &&value)
FlowDefinition & WithKmsArn(KmsArnT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetKmsArn() const
const SourceFlowConfig & GetSourceFlowConfig() const
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue