7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename FeatureGroupNameT = Aws::String>
45 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
46 template<
typename FeatureGroupNameT = Aws::String>
56 template<
typename FeatureNameT = Aws::String>
57 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
58 template<
typename FeatureNameT = Aws::String>
64 bool m_featureGroupNameHasBeenSet =
false;
67 bool m_featureNameHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String