7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/Batch.h>
10#include <aws/customer-profiles/model/FlowDefinition.h>
21namespace CustomerProfiles {
41 template <
typename FlowDefinitionT = FlowDefinition>
43 m_flowDefinitionHasBeenSet =
true;
44 m_flowDefinition = std::forward<FlowDefinitionT>(value);
46 template <
typename FlowDefinitionT = FlowDefinition>
59 template <
typename BatchesT = Aws::Vector<Batch>>
61 m_batchesHasBeenSet =
true;
62 m_batches = std::forward<BatchesT>(value);
64 template <
typename BatchesT = Aws::Vector<Batch>>
69 template <
typename BatchesT = Batch>
71 m_batchesHasBeenSet =
true;
72 m_batches.emplace_back(std::forward<BatchesT>(value));
80 bool m_flowDefinitionHasBeenSet =
false;
81 bool m_batchesHasBeenSet =
false;
void SetFlowDefinition(FlowDefinitionT &&value)
bool BatchesHasBeenSet() const
AWS_CUSTOMERPROFILES_API AppflowIntegration()=default
void SetBatches(BatchesT &&value)
const FlowDefinition & GetFlowDefinition() const
bool FlowDefinitionHasBeenSet() const
AWS_CUSTOMERPROFILES_API AppflowIntegration & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegration & AddBatches(BatchesT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API AppflowIntegration(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegration & WithFlowDefinition(FlowDefinitionT &&value)
const Aws::Vector< Batch > & GetBatches() const
AppflowIntegration & WithBatches(BatchesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue