7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/GroupBy.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker-geospatial/model/TemporalStatistics.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace SageMakerGeospatial
60 template<
typename StatisticsT = Aws::Vector<TemporalStatistics>>
61 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
62 template<
typename StatisticsT = Aws::Vector<TemporalStatistics>>
73 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
74 void SetTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet =
true; m_targetBands = std::forward<TargetBandsT>(value); }
75 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
77 template<
typename TargetBandsT = Aws::String>
83 bool m_groupByHasBeenSet =
false;
86 bool m_statisticsHasBeenSet =
false;
89 bool m_targetBandsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue