7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/databrew/GlueDataBrew_EXPORTS.h>
20namespace GlueDataBrew {
42 template <
typename StatisticT = Aws::String>
44 m_statisticHasBeenSet =
true;
45 m_statistic = std::forward<StatisticT>(value);
47 template <
typename StatisticT = Aws::String>
60 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
62 m_parametersHasBeenSet =
true;
63 m_parameters = std::forward<ParametersT>(value);
65 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
70 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
72 m_parametersHasBeenSet =
true;
73 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
81 bool m_statisticHasBeenSet =
false;
82 bool m_parametersHasBeenSet =
false;
void SetParameters(ParametersT &&value)
StatisticOverride & WithParameters(ParametersT &&value)
const Aws::String & GetStatistic() const
AWS_GLUEDATABREW_API StatisticOverride()=default
bool ParametersHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
AWS_GLUEDATABREW_API StatisticOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatistic(StatisticT &&value)
StatisticOverride & WithStatistic(StatisticT &&value)
bool StatisticHasBeenSet() const
StatisticOverride & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
AWS_GLUEDATABREW_API StatisticOverride(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue