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/AlgorithmNameCloudRemoval.h>
21namespace SageMakerGeospatial {
44 m_algorithmNameHasBeenSet =
true;
45 m_algorithmName = value;
59 template <
typename InterpolationValueT = Aws::String>
61 m_interpolationValueHasBeenSet =
true;
62 m_interpolationValue = std::forward<InterpolationValueT>(value);
64 template <
typename InterpolationValueT = Aws::String>
77 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
79 m_targetBandsHasBeenSet =
true;
80 m_targetBands = std::forward<TargetBandsT>(value);
82 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
87 template <
typename TargetBandsT = Aws::String>
89 m_targetBandsHasBeenSet =
true;
90 m_targetBands.emplace_back(std::forward<TargetBandsT>(value));
100 bool m_algorithmNameHasBeenSet =
false;
101 bool m_interpolationValueHasBeenSet =
false;
102 bool m_targetBandsHasBeenSet =
false;
AlgorithmNameCloudRemoval
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue