7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-geospatial/model/ZonalStatistics.h>
23namespace SageMakerGeospatial
49 template<
typename StatisticsT = Aws::Vector<ZonalStatistics>>
50 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
51 template<
typename StatisticsT = Aws::Vector<ZonalStatistics>>
63 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
64 void SetTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet =
true; m_targetBands = std::forward<TargetBandsT>(value); }
65 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
67 template<
typename TargetBandsT = Aws::String>
78 template<
typename ZoneS3PathT = Aws::String>
79 void SetZoneS3Path(ZoneS3PathT&& value) { m_zoneS3PathHasBeenSet =
true; m_zoneS3Path = std::forward<ZoneS3PathT>(value); }
80 template<
typename ZoneS3PathT = Aws::String>
102 template<
typename ZoneS3PathKmsKeyIdT = Aws::String>
103 void SetZoneS3PathKmsKeyId(ZoneS3PathKmsKeyIdT&& value) { m_zoneS3PathKmsKeyIdHasBeenSet =
true; m_zoneS3PathKmsKeyId = std::forward<ZoneS3PathKmsKeyIdT>(value); }
104 template<
typename ZoneS3PathKmsKeyIdT = Aws::String>
110 bool m_statisticsHasBeenSet =
false;
113 bool m_targetBandsHasBeenSet =
false;
116 bool m_zoneS3PathHasBeenSet =
false;
119 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