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
69 bool m_flowDefinitionHasBeenSet =
false;
72 bool m_batchesHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API AppflowIntegration()
void SetFlowDefinition(FlowDefinition &&value)
AppflowIntegration & WithBatches(const Aws::Vector< Batch > &value)
void SetFlowDefinition(const FlowDefinition &value)
bool BatchesHasBeenSet() const
AppflowIntegration & WithFlowDefinition(const FlowDefinition &value)
void SetBatches(Aws::Vector< Batch > &&value)
const FlowDefinition & GetFlowDefinition() const
AppflowIntegration & WithBatches(Aws::Vector< Batch > &&value)
bool FlowDefinitionHasBeenSet() const
AWS_CUSTOMERPROFILES_API AppflowIntegration & operator=(Aws::Utils::Json::JsonView jsonValue)
AppflowIntegration & AddBatches(Batch &&value)
AppflowIntegration & WithFlowDefinition(FlowDefinition &&value)
void SetBatches(const Aws::Vector< Batch > &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API AppflowIntegration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Batch > & GetBatches() const
AppflowIntegration & AddBatches(const Batch &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue