7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/OutputResolutionStackInput.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace SageMakerGeospatial
49 template<
typename OutputResolutionT = OutputResolutionStackInput>
50 void SetOutputResolution(OutputResolutionT&& value) { m_outputResolutionHasBeenSet =
true; m_outputResolution = std::forward<OutputResolutionT>(value); }
51 template<
typename OutputResolutionT = OutputResolutionStackInput>
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>
68 StackConfigInput&
AddTargetBands(TargetBandsT&& value) { m_targetBandsHasBeenSet =
true; m_targetBands.emplace_back(std::forward<TargetBandsT>(value));
return *
this; }
73 bool m_outputResolutionHasBeenSet =
false;
76 bool m_targetBandsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue