7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
10#include <aws/databrew/model/StatisticOverride.h>
21namespace GlueDataBrew {
45 template <
typename IncludedStatisticsT = Aws::Vector<Aws::String>>
47 m_includedStatisticsHasBeenSet =
true;
48 m_includedStatistics = std::forward<IncludedStatisticsT>(value);
50 template <
typename IncludedStatisticsT = Aws::Vector<Aws::String>>
55 template <
typename IncludedStatisticsT = Aws::String>
57 m_includedStatisticsHasBeenSet =
true;
58 m_includedStatistics.emplace_back(std::forward<IncludedStatisticsT>(value));
69 template <
typename Overr
idesT = Aws::Vector<StatisticOverr
ide>>
71 m_overridesHasBeenSet =
true;
72 m_overrides = std::forward<OverridesT>(value);
74 template <
typename Overr
idesT = Aws::Vector<StatisticOverr
ide>>
79 template <
typename Overr
idesT = StatisticOverr
ide>
81 m_overridesHasBeenSet =
true;
82 m_overrides.emplace_back(std::forward<OverridesT>(value));
90 bool m_includedStatisticsHasBeenSet =
false;
91 bool m_overridesHasBeenSet =
false;
void SetOverrides(OverridesT &&value)
StatisticsConfiguration & AddOverrides(OverridesT &&value)
void SetIncludedStatistics(IncludedStatisticsT &&value)
StatisticsConfiguration & AddIncludedStatistics(IncludedStatisticsT &&value)
const Aws::Vector< Aws::String > & GetIncludedStatistics() const
AWS_GLUEDATABREW_API StatisticsConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API StatisticsConfiguration()=default
AWS_GLUEDATABREW_API StatisticsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< StatisticOverride > & GetOverrides() const
bool IncludedStatisticsHasBeenSet() const
StatisticsConfiguration & WithOverrides(OverridesT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
StatisticsConfiguration & WithIncludedStatistics(IncludedStatisticsT &&value)
bool OverridesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue