7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/FeatureParameter.h>
48 inline void SetFeatureGroupName(
const char* value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName.assign(value); }
62 inline void SetFeatureName(
const char* value) { m_featureNameHasBeenSet =
true; m_featureName.assign(value); }
76 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
115 bool m_featureGroupNameHasBeenSet =
false;
118 bool m_featureNameHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_parameterAdditionsHasBeenSet =
false;
127 bool m_parameterRemovalsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector