7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetFeatureGroupName(
const char* value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName.assign(value); }
60 inline void SetFeatureName(
const char* value) { m_featureNameHasBeenSet =
true; m_featureName.assign(value); }
68 bool m_featureGroupNameHasBeenSet =
false;
71 bool m_featureNameHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String