AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
FeatureGroupSummary.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace SageMaker
25{
26namespace Model
27{
28
37 {
38 public:
39 AWS_SAGEMAKER_API FeatureGroupSummary() = default;
40 AWS_SAGEMAKER_API FeatureGroupSummary(Aws::Utils::Json::JsonView jsonValue);
42 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetFeatureGroupName() const { return m_featureGroupName; }
50 inline bool FeatureGroupNameHasBeenSet() const { return m_featureGroupNameHasBeenSet; }
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>
54 FeatureGroupSummary& WithFeatureGroupName(FeatureGroupNameT&& value) { SetFeatureGroupName(std::forward<FeatureGroupNameT>(value)); return *this;}
56
58
61 inline const Aws::String& GetFeatureGroupArn() const { return m_featureGroupArn; }
62 inline bool FeatureGroupArnHasBeenSet() const { return m_featureGroupArnHasBeenSet; }
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>
66 FeatureGroupSummary& WithFeatureGroupArn(FeatureGroupArnT&& value) { SetFeatureGroupArn(std::forward<FeatureGroupArnT>(value)); return *this;}
68
70
74 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
75 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
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>
79 FeatureGroupSummary& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
81
83
88 inline FeatureGroupStatus GetFeatureGroupStatus() const { return m_featureGroupStatus; }
89 inline bool FeatureGroupStatusHasBeenSet() const { return m_featureGroupStatusHasBeenSet; }
90 inline void SetFeatureGroupStatus(FeatureGroupStatus value) { m_featureGroupStatusHasBeenSet = true; m_featureGroupStatus = value; }
93
95
99 inline const OfflineStoreStatus& GetOfflineStoreStatus() const { return m_offlineStoreStatus; }
100 inline bool OfflineStoreStatusHasBeenSet() const { return m_offlineStoreStatusHasBeenSet; }
101 template<typename OfflineStoreStatusT = OfflineStoreStatus>
102 void SetOfflineStoreStatus(OfflineStoreStatusT&& value) { m_offlineStoreStatusHasBeenSet = true; m_offlineStoreStatus = std::forward<OfflineStoreStatusT>(value); }
103 template<typename OfflineStoreStatusT = OfflineStoreStatus>
104 FeatureGroupSummary& WithOfflineStoreStatus(OfflineStoreStatusT&& value) { SetOfflineStoreStatus(std::forward<OfflineStoreStatusT>(value)); return *this;}
106 private:
107
108 Aws::String m_featureGroupName;
109 bool m_featureGroupNameHasBeenSet = false;
110
111 Aws::String m_featureGroupArn;
112 bool m_featureGroupArnHasBeenSet = false;
113
114 Aws::Utils::DateTime m_creationTime{};
115 bool m_creationTimeHasBeenSet = false;
116
118 bool m_featureGroupStatusHasBeenSet = false;
119
120 OfflineStoreStatus m_offlineStoreStatus;
121 bool m_offlineStoreStatusHasBeenSet = false;
122 };
123
124} // namespace Model
125} // namespace SageMaker
126} // namespace Aws
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFeatureGroupName() const
FeatureGroupSummary & WithFeatureGroupArn(FeatureGroupArnT &&value)
FeatureGroupSummary & WithFeatureGroupName(FeatureGroupNameT &&value)
AWS_SAGEMAKER_API FeatureGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FeatureGroupSummary & WithFeatureGroupStatus(FeatureGroupStatus value)
FeatureGroupSummary & WithCreationTime(CreationTimeT &&value)
void SetOfflineStoreStatus(OfflineStoreStatusT &&value)
void SetFeatureGroupName(FeatureGroupNameT &&value)
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)
const OfflineStoreStatus & GetOfflineStoreStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue