7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/FlowDefinition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/customer-profiles/model/Batch.h>
23namespace CustomerProfiles
47 template<
typename FlowDefinitionT = FlowDefinition>
48 void SetFlowDefinition(FlowDefinitionT&& value) { m_flowDefinitionHasBeenSet =
true; m_flowDefinition = std::forward<FlowDefinitionT>(value); }
49 template<
typename FlowDefinitionT = FlowDefinition>
59 template<
typename BatchesT = Aws::Vector<Batch>>
60 void SetBatches(BatchesT&& value) { m_batchesHasBeenSet =
true; m_batches = std::forward<BatchesT>(value); }
61 template<
typename BatchesT = Aws::Vector<Batch>>
63 template<
typename BatchesT = Batch>
64 AppflowIntegration&
AddBatches(BatchesT&& value) { m_batchesHasBeenSet =
true; m_batches.emplace_back(std::forward<BatchesT>(value));
return *
this; }
69 bool m_flowDefinitionHasBeenSet =
false;
72 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