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>
51 template<
typename FeatureGroupNameT = Aws::String>
52 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
53 template<
typename FeatureGroupNameT = Aws::String>
63 template<
typename FeatureGroupArnT = Aws::String>
64 void SetFeatureGroupArn(FeatureGroupArnT&& value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn = std::forward<FeatureGroupArnT>(value); }
65 template<
typename FeatureGroupArnT = Aws::String>
76 template<
typename CreationTimeT = Aws::Utils::DateTime>
77 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
78 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename OfflineStoreStatusT = OfflineStoreStatus>
102 void SetOfflineStoreStatus(OfflineStoreStatusT&& value) { m_offlineStoreStatusHasBeenSet =
true; m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value); }
103 template<
typename OfflineStoreStatusT = OfflineStoreStatus>
109 bool m_featureGroupNameHasBeenSet =
false;
112 bool m_featureGroupArnHasBeenSet =
false;
115 bool m_creationTimeHasBeenSet =
false;
118 bool m_featureGroupStatusHasBeenSet =
false;
120 OfflineStoreStatus m_offlineStoreStatus;
121 bool m_offlineStoreStatusHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFeatureGroupName() const
bool FeatureGroupStatusHasBeenSet() const
FeatureGroupSummary & WithFeatureGroupArn(FeatureGroupArnT &&value)
FeatureGroupStatus GetFeatureGroupStatus() const
bool FeatureGroupArnHasBeenSet() const
FeatureGroupSummary & WithFeatureGroupName(FeatureGroupNameT &&value)
AWS_SAGEMAKER_API FeatureGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OfflineStoreStatusHasBeenSet() const
FeatureGroupSummary & WithFeatureGroupStatus(FeatureGroupStatus value)
FeatureGroupSummary & WithCreationTime(CreationTimeT &&value)
void SetOfflineStoreStatus(OfflineStoreStatusT &&value)
void SetFeatureGroupName(FeatureGroupNameT &&value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetFeatureGroupArn() const
FeatureGroupSummary & WithOfflineStoreStatus(OfflineStoreStatusT &&value)
void SetFeatureGroupStatus(FeatureGroupStatus value)
void SetFeatureGroupArn(FeatureGroupArnT &&value)
AWS_SAGEMAKER_API FeatureGroupSummary()=default
AWS_SAGEMAKER_API FeatureGroupSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&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