7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/AlgorithmNameCloudRemoval.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace SageMakerGeospatial
59 template<
typename InterpolationValueT = Aws::String>
60 void SetInterpolationValue(InterpolationValueT&& value) { m_interpolationValueHasBeenSet =
true; m_interpolationValue = std::forward<InterpolationValueT>(value); }
61 template<
typename InterpolationValueT = Aws::String>
71 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
72 void SetTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet =
true; m_targetBands = std::forward<TargetBandsT>(value); }
73 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
75 template<
typename TargetBandsT = Aws::String>
81 bool m_algorithmNameHasBeenSet =
false;
84 bool m_interpolationValueHasBeenSet =
false;
87 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