7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/FeatureGroupStatus.h>
11#include <aws/sagemaker/model/OfflineStoreStatus.h>
45 template <
typename FeatureGroupNameT = Aws::String>
47 m_featureGroupNameHasBeenSet =
true;
48 m_featureGroupName = std::forward<FeatureGroupNameT>(value);
50 template <
typename FeatureGroupNameT = Aws::String>
63 template <
typename FeatureGroupArnT = Aws::String>
65 m_featureGroupArnHasBeenSet =
true;
66 m_featureGroupArn = std::forward<FeatureGroupArnT>(value);
68 template <
typename FeatureGroupArnT = Aws::String>
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
84 m_creationTimeHasBeenSet =
true;
85 m_creationTime = std::forward<CreationTimeT>(value);
87 template <
typename CreationTimeT = Aws::Utils::DateTime>
103 m_featureGroupStatusHasBeenSet =
true;
104 m_featureGroupStatus = value;
119 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
121 m_offlineStoreStatusHasBeenSet =
true;
122 m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value);
124 template <
typename OfflineStoreStatusT = OfflineStoreStatus>
139 OfflineStoreStatus m_offlineStoreStatus;
140 bool m_featureGroupNameHasBeenSet =
false;
141 bool m_featureGroupArnHasBeenSet =
false;
142 bool m_creationTimeHasBeenSet =
false;
143 bool m_featureGroupStatusHasBeenSet =
false;
144 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