7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker/model/FeatureGroupStatus.h>
11#include <aws/sagemaker/model/OfflineStoreStatus.h>
53 inline void SetFeatureGroupName(
const char* value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName.assign(value); }
67 inline void SetFeatureGroupArn(
const char* value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn.assign(value); }
115 bool m_featureGroupNameHasBeenSet =
false;
118 bool m_featureGroupArnHasBeenSet =
false;
121 bool m_creationTimeHasBeenSet =
false;
124 bool m_featureGroupStatusHasBeenSet =
false;
127 bool m_offlineStoreStatusHasBeenSet =
false;
FeatureGroupSummary & WithCreationTime(Aws::Utils::DateTime &&value)
FeatureGroupSummary & WithFeatureGroupArn(const Aws::String &value)
void SetFeatureGroupStatus(const FeatureGroupStatus &value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
FeatureGroupSummary & WithFeatureGroupArn(Aws::String &&value)
const Aws::String & GetFeatureGroupName() const
bool FeatureGroupStatusHasBeenSet() const
void SetFeatureGroupName(const Aws::String &value)
void SetFeatureGroupName(const char *value)
FeatureGroupSummary & WithFeatureGroupName(const char *value)
bool FeatureGroupArnHasBeenSet() const
void SetFeatureGroupArn(const char *value)
AWS_SAGEMAKER_API FeatureGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OfflineStoreStatusHasBeenSet() const
FeatureGroupSummary & WithFeatureGroupName(Aws::String &&value)
void SetOfflineStoreStatus(OfflineStoreStatus &&value)
FeatureGroupSummary & WithOfflineStoreStatus(OfflineStoreStatus &&value)
bool CreationTimeHasBeenSet() const
FeatureGroupSummary & WithFeatureGroupStatus(FeatureGroupStatus &&value)
FeatureGroupSummary & WithFeatureGroupName(const Aws::String &value)
const Aws::String & GetFeatureGroupArn() const
void SetCreationTime(Aws::Utils::DateTime &&value)
FeatureGroupSummary & WithFeatureGroupArn(const char *value)
const FeatureGroupStatus & GetFeatureGroupStatus() const
void SetOfflineStoreStatus(const OfflineStoreStatus &value)
void SetFeatureGroupArn(const Aws::String &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
FeatureGroupSummary & WithOfflineStoreStatus(const OfflineStoreStatus &value)
AWS_SAGEMAKER_API FeatureGroupSummary()
FeatureGroupSummary & WithFeatureGroupStatus(const FeatureGroupStatus &value)
AWS_SAGEMAKER_API FeatureGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFeatureGroupName(Aws::String &&value)
void SetFeatureGroupStatus(FeatureGroupStatus &&value)
FeatureGroupSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetFeatureGroupArn(Aws::String &&value)
bool FeatureGroupNameHasBeenSet() const
const OfflineStoreStatus & GetOfflineStoreStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue