7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename StatisticT = Aws::String>
49 void SetStatistic(StatisticT&& value) { m_statisticHasBeenSet =
true; m_statistic = std::forward<StatisticT>(value); }
50 template<
typename StatisticT = Aws::String>
60 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
61 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
62 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
64 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
66 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
72 bool m_statisticHasBeenSet =
false;
75 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