7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/AggregationTransformationValue.h>
11#include <aws/sagemaker/model/FillingType.h>
69 template<
typename FillingT = Aws::Map<Aws::String, Aws::Map<FillingType, Aws::String>>>
70 void SetFilling(FillingT&& value) { m_fillingHasBeenSet =
true; m_filling = std::forward<FillingT>(value); }
71 template<
typename FillingT = Aws::Map<Aws::String, Aws::Map<FillingType, Aws::String>>>
73 template<
typename FillingKeyT = Aws::String,
typename FillingValueT = Aws::Map<FillingType, Aws::String>>
75 m_fillingHasBeenSet =
true; m_filling.emplace(std::forward<FillingKeyT>(key), std::forward<FillingValueT>(value));
return *
this;
89 template<
typename AggregationT = Aws::Map<Aws::String, AggregationTransformationValue>>
90 void SetAggregation(AggregationT&& value) { m_aggregationHasBeenSet =
true; m_aggregation = std::forward<AggregationT>(value); }
91 template<
typename AggregationT = Aws::Map<Aws::String, AggregationTransformationValue>>
94 m_aggregationHasBeenSet =
true; m_aggregation.emplace(key, value);
return *
this;
100 bool m_fillingHasBeenSet =
false;
103 bool m_aggregationHasBeenSet =
false;
AggregationTransformationValue
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