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/OutputResolutionStackInput.h>
21namespace SageMakerGeospatial {
43 template <
typename OutputResolutionT = OutputResolutionStackInput>
45 m_outputResolutionHasBeenSet =
true;
46 m_outputResolution = std::forward<OutputResolutionT>(value);
48 template <
typename OutputResolutionT = OutputResolutionStackInput>
63 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
65 m_targetBandsHasBeenSet =
true;
66 m_targetBands = std::forward<TargetBandsT>(value);
68 template <
typename TargetBandsT = Aws::Vector<Aws::String>>
73 template <
typename TargetBandsT = Aws::String>
75 m_targetBandsHasBeenSet =
true;
76 m_targetBands.emplace_back(std::forward<TargetBandsT>(value));
84 bool m_outputResolutionHasBeenSet =
false;
85 bool m_targetBandsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue