7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/SourceFlowConfig.h>
11#include <aws/customer-profiles/model/Task.h>
12#include <aws/customer-profiles/model/TriggerConfig.h>
23namespace CustomerProfiles {
46 template <
typename DescriptionT = Aws::String>
48 m_descriptionHasBeenSet =
true;
49 m_description = std::forward<DescriptionT>(value);
51 template <
typename DescriptionT = Aws::String>
65 template <
typename FlowNameT = Aws::String>
67 m_flowNameHasBeenSet =
true;
68 m_flowName = std::forward<FlowNameT>(value);
70 template <
typename FlowNameT = Aws::String>
84 template <
typename KmsArnT = Aws::String>
86 m_kmsArnHasBeenSet =
true;
87 m_kmsArn = std::forward<KmsArnT>(value);
89 template <
typename KmsArnT = Aws::String>
103 template <
typename SourceFlowConfigT = SourceFlowConfig>
105 m_sourceFlowConfigHasBeenSet =
true;
106 m_sourceFlowConfig = std::forward<SourceFlowConfigT>(value);
108 template <
typename SourceFlowConfigT = SourceFlowConfig>
122 template <
typename TasksT = Aws::Vector<Task>>
124 m_tasksHasBeenSet =
true;
125 m_tasks = std::forward<TasksT>(value);
127 template <
typename TasksT = Aws::Vector<Task>>
129 SetTasks(std::forward<TasksT>(value));
132 template <
typename TasksT = Task>
134 m_tasksHasBeenSet =
true;
135 m_tasks.emplace_back(std::forward<TasksT>(value));
146 template <
typename TriggerConfigT = TriggerConfig>
148 m_triggerConfigHasBeenSet =
true;
149 m_triggerConfig = std::forward<TriggerConfigT>(value);
151 template <
typename TriggerConfigT = TriggerConfig>
169 bool m_descriptionHasBeenSet =
false;
170 bool m_flowNameHasBeenSet =
false;
171 bool m_kmsArnHasBeenSet =
false;
172 bool m_sourceFlowConfigHasBeenSet =
false;
173 bool m_tasksHasBeenSet =
false;
174 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