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/OnlineStoreConfig.h>
12#include <aws/sagemaker/model/OfflineStoreConfig.h>
13#include <aws/sagemaker/model/ThroughputConfig.h>
14#include <aws/sagemaker/model/FeatureDefinition.h>
15#include <aws/sagemaker/model/Tag.h>
55 inline void SetFeatureGroupName(
const char* value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName.assign(value); }
77 inline void SetRecordIdentifierFeatureName(
const char* value) { m_recordIdentifierFeatureNameHasBeenSet =
true; m_recordIdentifierFeatureName.assign(value); }
107 inline void SetEventTimeFeatureName(
const char* value) { m_eventTimeFeatureNameHasBeenSet =
true; m_eventTimeFeatureName.assign(value); }
194 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
208 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
231 bool m_featureGroupNameHasBeenSet =
false;
234 bool m_recordIdentifierFeatureNameHasBeenSet =
false;
237 bool m_eventTimeFeatureNameHasBeenSet =
false;
240 bool m_featureDefinitionsHasBeenSet =
false;
243 bool m_onlineStoreConfigHasBeenSet =
false;
246 bool m_offlineStoreConfigHasBeenSet =
false;
249 bool m_throughputConfigHasBeenSet =
false;
252 bool m_roleArnHasBeenSet =
false;
255 bool m_descriptionHasBeenSet =
false;
258 bool m_tagsHasBeenSet =
false;
CreateFeatureGroupRequest & WithOnlineStoreConfig(const OnlineStoreConfig &value)
CreateFeatureGroupRequest & WithFeatureGroupName(Aws::String &&value)
CreateFeatureGroupRequest & WithFeatureDefinitions(const Aws::Vector< FeatureDefinition > &value)
void SetDescription(Aws::String &&value)
CreateFeatureGroupRequest & WithFeatureGroupName(const Aws::String &value)
CreateFeatureGroupRequest & AddFeatureDefinitions(FeatureDefinition &&value)
void SetEventTimeFeatureName(const char *value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool RecordIdentifierFeatureNameHasBeenSet() const
CreateFeatureGroupRequest & WithRecordIdentifierFeatureName(Aws::String &&value)
bool OnlineStoreConfigHasBeenSet() const
CreateFeatureGroupRequest & WithOfflineStoreConfig(OfflineStoreConfig &&value)
void SetTags(const Aws::Vector< Tag > &value)
CreateFeatureGroupRequest & WithFeatureGroupName(const char *value)
CreateFeatureGroupRequest & WithThroughputConfig(ThroughputConfig &&value)
CreateFeatureGroupRequest & WithRecordIdentifierFeatureName(const char *value)
CreateFeatureGroupRequest & AddTags(const Tag &value)
CreateFeatureGroupRequest & AddTags(Tag &&value)
CreateFeatureGroupRequest & WithOfflineStoreConfig(const OfflineStoreConfig &value)
void SetFeatureDefinitions(const Aws::Vector< FeatureDefinition > &value)
bool OfflineStoreConfigHasBeenSet() const
void SetDescription(const char *value)
void SetFeatureGroupName(const Aws::String &value)
CreateFeatureGroupRequest & WithDescription(const char *value)
void SetRecordIdentifierFeatureName(Aws::String &&value)
void SetOfflineStoreConfig(OfflineStoreConfig &&value)
virtual const char * GetServiceRequestName() const override
const OfflineStoreConfig & GetOfflineStoreConfig() const
const ThroughputConfig & GetThroughputConfig() const
const Aws::String & GetFeatureGroupName() const
void SetRoleArn(const Aws::String &value)
void SetRecordIdentifierFeatureName(const char *value)
bool RoleArnHasBeenSet() const
void SetDescription(const Aws::String &value)
CreateFeatureGroupRequest & WithEventTimeFeatureName(Aws::String &&value)
CreateFeatureGroupRequest & WithRoleArn(Aws::String &&value)
void SetFeatureDefinitions(Aws::Vector< FeatureDefinition > &&value)
const Aws::String & GetEventTimeFeatureName() const
void SetEventTimeFeatureName(const Aws::String &value)
bool FeatureDefinitionsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(Aws::Vector< Tag > &&value)
CreateFeatureGroupRequest & WithOnlineStoreConfig(OnlineStoreConfig &&value)
CreateFeatureGroupRequest & WithTags(const Aws::Vector< Tag > &value)
CreateFeatureGroupRequest & WithThroughputConfig(const ThroughputConfig &value)
CreateFeatureGroupRequest & WithEventTimeFeatureName(const char *value)
CreateFeatureGroupRequest & WithRoleArn(const Aws::String &value)
const Aws::String & GetDescription() const
CreateFeatureGroupRequest & WithTags(Aws::Vector< Tag > &&value)
void SetRecordIdentifierFeatureName(const Aws::String &value)
bool ThroughputConfigHasBeenSet() const
CreateFeatureGroupRequest & WithFeatureDefinitions(Aws::Vector< FeatureDefinition > &&value)
void SetOnlineStoreConfig(OnlineStoreConfig &&value)
bool FeatureGroupNameHasBeenSet() const
void SetRoleArn(Aws::String &&value)
const Aws::String & GetRecordIdentifierFeatureName() const
AWS_SAGEMAKER_API CreateFeatureGroupRequest()
bool EventTimeFeatureNameHasBeenSet() const
void SetFeatureGroupName(const char *value)
CreateFeatureGroupRequest & WithRoleArn(const char *value)
CreateFeatureGroupRequest & WithRecordIdentifierFeatureName(const Aws::String &value)
void SetThroughputConfig(const ThroughputConfig &value)
void SetOfflineStoreConfig(const OfflineStoreConfig &value)
CreateFeatureGroupRequest & WithDescription(Aws::String &&value)
const OnlineStoreConfig & GetOnlineStoreConfig() const
CreateFeatureGroupRequest & WithDescription(const Aws::String &value)
void SetEventTimeFeatureName(Aws::String &&value)
const Aws::String & GetRoleArn() const
CreateFeatureGroupRequest & AddFeatureDefinitions(const FeatureDefinition &value)
bool TagsHasBeenSet() const
const Aws::Vector< FeatureDefinition > & GetFeatureDefinitions() const
CreateFeatureGroupRequest & WithEventTimeFeatureName(const Aws::String &value)
void SetThroughputConfig(ThroughputConfig &&value)
bool DescriptionHasBeenSet() const
void SetRoleArn(const char *value)
void SetOnlineStoreConfig(const OnlineStoreConfig &value)
void SetFeatureGroupName(Aws::String &&value)
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