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>
20namespace GlueDataBrew {
44 template <
typename StatisticsT = Aws::Vector<Aws::String>>
46 m_statisticsHasBeenSet =
true;
47 m_statistics = std::forward<StatisticsT>(value);
49 template <
typename StatisticsT = Aws::Vector<Aws::String>>
54 template <
typename StatisticsT = Aws::String>
56 m_statisticsHasBeenSet =
true;
57 m_statistics.emplace_back(std::forward<StatisticsT>(value));
63 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