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/ZonalStatistics.h>
21namespace SageMakerGeospatial {
43 template <
typename StatisticsT = Aws::Vector<ZonalStatistics>>
45 m_statisticsHasBeenSet =
true;
46 m_statistics = std::forward<StatisticsT>(value);
48 template <
typename StatisticsT = Aws::Vector<ZonalStatistics>>
54 m_statisticsHasBeenSet =
true;
55 m_statistics.push_back(value);
67 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
69 m_targetBandsHasBeenSet =
true;
70 m_targetBands = std::forward<TargetBandsT>(value);
72 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
77 template <
typename TargetBandsT = Aws::String>
79 m_targetBandsHasBeenSet =
true;
80 m_targetBands.emplace_back(std::forward<TargetBandsT>(value));
92 template <
typename ZoneS3PathT = Aws::String>
94 m_zoneS3PathHasBeenSet =
true;
95 m_zoneS3Path = std::forward<ZoneS3PathT>(value);
97 template <
typename ZoneS3PathT = Aws::String>
122 template <
typename ZoneS3PathKmsKeyIdT = Aws::String>
124 m_zoneS3PathKmsKeyIdHasBeenSet =
true;
125 m_zoneS3PathKmsKeyId = std::forward<ZoneS3PathKmsKeyIdT>(value);
127 template <
typename ZoneS3PathKmsKeyIdT = Aws::String>
141 bool m_statisticsHasBeenSet =
false;
142 bool m_targetBandsHasBeenSet =
false;
143 bool m_zoneS3PathHasBeenSet =
false;
144 bool m_zoneS3PathKmsKeyIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue