7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
40 template <
typename FeatureGroupNameT = Aws::String>
42 m_featureGroupNameHasBeenSet =
true;
43 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
45 template <
typename FeatureGroupNameT = Aws::String>
58 template <
typename FeatureNameT = Aws::String>
60 m_featureNameHasBeenSet =
true;
61 m_featureName = std::forward<FeatureNameT>(value);
63 template <
typename FeatureNameT = Aws::String>
73 bool m_featureGroupNameHasBeenSet =
false;
74 bool m_featureNameHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String