7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/FeatureDefinition.h>
12#include <aws/sagemaker/model/OnlineStoreConfigUpdate.h>
13#include <aws/sagemaker/model/ThroughputConfigUpdate.h>
44 template <
typename FeatureGroupNameT = Aws::String>
46 m_featureGroupNameHasBeenSet =
true;
47 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
49 template <
typename FeatureGroupNameT = Aws::String>
65 template <
typename FeatureAdditionsT = Aws::Vector<FeatureDefinition>>
67 m_featureAdditionsHasBeenSet =
true;
68 m_featureAdditions = std::forward<FeatureAdditionsT>(value);
70 template <
typename FeatureAdditionsT = Aws::Vector<FeatureDefinition>>
75 template <
typename FeatureAdditionsT = FeatureDefinition>
77 m_featureAdditionsHasBeenSet =
true;
78 m_featureAdditions.emplace_back(std::forward<FeatureAdditionsT>(value));
89 template <
typename OnlineStoreConfigT = OnlineStoreConfigUpdate>
91 m_onlineStoreConfigHasBeenSet =
true;
92 m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value);
94 template <
typename OnlineStoreConfigT = OnlineStoreConfigUpdate>
105 template <
typename ThroughputConfigT = ThroughputConfigUpdate>
107 m_throughputConfigHasBeenSet =
true;
108 m_throughputConfig = std::forward<ThroughputConfigT>(value);
110 template <
typename ThroughputConfigT = ThroughputConfigUpdate>
124 bool m_featureGroupNameHasBeenSet =
false;
125 bool m_featureAdditionsHasBeenSet =
false;
126 bool m_onlineStoreConfigHasBeenSet =
false;
127 bool m_throughputConfigHasBeenSet =
false;
void SetFeatureGroupName(FeatureGroupNameT &&value)
const Aws::String & GetFeatureGroupName() const
bool OnlineStoreConfigHasBeenSet() const
void SetOnlineStoreConfig(OnlineStoreConfigT &&value)
UpdateFeatureGroupRequest & AddFeatureAdditions(FeatureAdditionsT &&value)
const Aws::Vector< FeatureDefinition > & GetFeatureAdditions() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetThroughputConfig(ThroughputConfigT &&value)
void SetFeatureAdditions(FeatureAdditionsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateFeatureGroupRequest & WithFeatureAdditions(FeatureAdditionsT &&value)
UpdateFeatureGroupRequest & WithOnlineStoreConfig(OnlineStoreConfigT &&value)
bool FeatureGroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API UpdateFeatureGroupRequest()=default
UpdateFeatureGroupRequest & WithFeatureGroupName(FeatureGroupNameT &&value)
const OnlineStoreConfigUpdate & GetOnlineStoreConfig() const
UpdateFeatureGroupRequest & WithThroughputConfig(ThroughputConfigT &&value)
bool FeatureAdditionsHasBeenSet() const
bool ThroughputConfigHasBeenSet() const
const ThroughputConfigUpdate & GetThroughputConfig() const
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