7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/databrew/model/StatisticOverride.h>
51 template<
typename IncludedStatisticsT = Aws::Vector<Aws::String>>
52 void SetIncludedStatistics(IncludedStatisticsT&& value) { m_includedStatisticsHasBeenSet =
true; m_includedStatistics = std::forward<IncludedStatisticsT>(value); }
53 template<
typename IncludedStatisticsT = Aws::Vector<Aws::String>>
55 template<
typename IncludedStatisticsT = Aws::String>
65 template<
typename Overr
idesT = Aws::Vector<StatisticOverr
ide>>
66 void SetOverrides(OverridesT&& value) { m_overridesHasBeenSet =
true; m_overrides = std::forward<OverridesT>(value); }
67 template<
typename Overr
idesT = Aws::Vector<StatisticOverr
ide>>
69 template<
typename Overr
idesT = StatisticOverr
ide>
75 bool m_includedStatisticsHasBeenSet =
false;
78 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