7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
10#include <aws/sagemaker-geospatial/model/GroupBy.h>
11#include <aws/sagemaker-geospatial/model/TemporalStatistics.h>
22namespace SageMakerGeospatial {
45 m_groupByHasBeenSet =
true;
60 template <
typename StatisticsT = Aws::Vector<TemporalStatistics>>
62 m_statisticsHasBeenSet =
true;
63 m_statistics = std::forward<StatisticsT>(value);
65 template <
typename StatisticsT = Aws::Vector<TemporalStatistics>>
71 m_statisticsHasBeenSet =
true;
72 m_statistics.push_back(value);
83 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
85 m_targetBandsHasBeenSet =
true;
86 m_targetBands = std::forward<TargetBandsT>(value);
88 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
93 template <
typename TargetBandsT = Aws::String>
95 m_targetBandsHasBeenSet =
true;
96 m_targetBands.emplace_back(std::forward<TargetBandsT>(value));
106 bool m_groupByHasBeenSet =
false;
107 bool m_statisticsHasBeenSet =
false;
108 bool m_targetBandsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue