7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/FileType.h>
9#include <aws/appflow/model/PrefixConfig.h>
10#include <aws/appflow/model/AggregationConfig.h>
58 template<
typename PrefixConfigT = PrefixConfig>
59 void SetPrefixConfig(PrefixConfigT&& value) { m_prefixConfigHasBeenSet =
true; m_prefixConfig = std::forward<PrefixConfigT>(value); }
60 template<
typename PrefixConfigT = PrefixConfig>
68 template<
typename AggregationConfigT = AggregationConfig>
69 void SetAggregationConfig(AggregationConfigT&& value) { m_aggregationConfigHasBeenSet =
true; m_aggregationConfig = std::forward<AggregationConfigT>(value); }
70 template<
typename AggregationConfigT = AggregationConfig>
76 bool m_fileTypeHasBeenSet =
false;
78 PrefixConfig m_prefixConfig;
79 bool m_prefixConfigHasBeenSet =
false;
81 AggregationConfig m_aggregationConfig;
82 bool m_aggregationConfigHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue