7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/AlgorithmNameResampling.h>
9#include <aws/sagemaker-geospatial/model/OutputResolutionResamplingInput.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace SageMakerGeospatial
61 template<
typename OutputResolutionT = OutputResolutionResamplingInput>
62 void SetOutputResolution(OutputResolutionT&& value) { m_outputResolutionHasBeenSet =
true; m_outputResolution = std::forward<OutputResolutionT>(value); }
63 template<
typename OutputResolutionT = OutputResolutionResamplingInput>
74 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
75 void SetTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet =
true; m_targetBands = std::forward<TargetBandsT>(value); }
76 template<
typename TargetBandsT = Aws::Vector<Aws::String>>
78 template<
typename TargetBandsT = Aws::String>
84 bool m_algorithmNameHasBeenSet =
false;
86 OutputResolutionResamplingInput m_outputResolution;
87 bool m_outputResolutionHasBeenSet =
false;
90 bool m_targetBandsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue