7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker-geospatial/model/Operation.h>
22namespace SageMakerGeospatial
48 template<
typename OperationsT = Aws::Vector<Operation>>
49 void SetOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations = std::forward<OperationsT>(value); }
50 template<
typename OperationsT = Aws::Vector<Operation>>
52 template<
typename OperationsT = Operation>
53 CustomIndicesInput&
AddOperations(OperationsT&& value) { m_operationsHasBeenSet =
true; m_operations.emplace_back(std::forward<OperationsT>(value));
return *
this; }
58 bool m_operationsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue