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>
50 template<
typename StatisticsT = Aws::Vector<Aws::String>>
51 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
52 template<
typename StatisticsT = Aws::Vector<Aws::String>>
54 template<
typename StatisticsT = Aws::String>
55 AllowedStatistics&
AddStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics.emplace_back(std::forward<StatisticsT>(value));
return *
this; }
60 bool m_statisticsHasBeenSet =
false;
AllowedStatistics & AddStatistics(StatisticsT &&value)
AWS_GLUEDATABREW_API AllowedStatistics(Aws::Utils::Json::JsonView jsonValue)
bool StatisticsHasBeenSet() const
AllowedStatistics & WithStatistics(StatisticsT &&value)
AWS_GLUEDATABREW_API AllowedStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatistics(StatisticsT &&value)
const Aws::Vector< Aws::String > & GetStatistics() const
AWS_GLUEDATABREW_API AllowedStatistics()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue