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/OnlineStoreConfigUpdate.h>
12#include <aws/sagemaker/model/ThroughputConfigUpdate.h>
13#include <aws/sagemaker/model/FeatureDefinition.h>
48 template<
typename FeatureGroupNameT = Aws::String>
49 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
50 template<
typename FeatureGroupNameT = Aws::String>
63 template<
typename FeatureAdditionsT = Aws::Vector<FeatureDefinition>>
64 void SetFeatureAdditions(FeatureAdditionsT&& value) { m_featureAdditionsHasBeenSet =
true; m_featureAdditions = std::forward<FeatureAdditionsT>(value); }
65 template<
typename FeatureAdditionsT = Aws::Vector<FeatureDefinition>>
67 template<
typename FeatureAdditionsT = FeatureDefinition>
77 template<
typename OnlineStoreConfigT = OnlineStoreConfigUpdate>
78 void SetOnlineStoreConfig(OnlineStoreConfigT&& value) { m_onlineStoreConfigHasBeenSet =
true; m_onlineStoreConfig = std::forward<OnlineStoreConfigT>(value); }
79 template<
typename OnlineStoreConfigT = OnlineStoreConfigUpdate>
87 template<
typename ThroughputConfigT = ThroughputConfigUpdate>
88 void SetThroughputConfig(ThroughputConfigT&& value) { m_throughputConfigHasBeenSet =
true; m_throughputConfig = std::forward<ThroughputConfigT>(value); }
89 template<
typename ThroughputConfigT = ThroughputConfigUpdate>
95 bool m_featureGroupNameHasBeenSet =
false;
98 bool m_featureAdditionsHasBeenSet =
false;
101 bool m_onlineStoreConfigHasBeenSet =
false;
104 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