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/CustomIndicesInput.h>
21namespace SageMakerGeospatial {
43 template <
typename CustomIndicesT = CustomIndicesInput>
45 m_customIndicesHasBeenSet =
true;
46 m_customIndices = std::forward<CustomIndicesT>(value);
48 template <
typename CustomIndicesT = CustomIndicesInput>
63 template <
typename PredefinedIndicesT = Aws::Vector<Aws::String>>
65 m_predefinedIndicesHasBeenSet =
true;
66 m_predefinedIndices = std::forward<PredefinedIndicesT>(value);
68 template <
typename PredefinedIndicesT = Aws::Vector<Aws::String>>
73 template <
typename PredefinedIndicesT = Aws::String>
75 m_predefinedIndicesHasBeenSet =
true;
76 m_predefinedIndices.emplace_back(std::forward<PredefinedIndicesT>(value));
84 bool m_customIndicesHasBeenSet =
false;
85 bool m_predefinedIndicesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue