7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/DatasetUpdateSummary.h>
21namespace Personalize {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DatasetArnT = Aws::String>
62 m_datasetArnHasBeenSet =
true;
63 m_datasetArn = std::forward<DatasetArnT>(value);
65 template <
typename DatasetArnT = Aws::String>
78 template <
typename DatasetGroupArnT = Aws::String>
80 m_datasetGroupArnHasBeenSet =
true;
81 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
83 template <
typename DatasetGroupArnT = Aws::String>
98 template <
typename DatasetTypeT = Aws::String>
100 m_datasetTypeHasBeenSet =
true;
101 m_datasetType = std::forward<DatasetTypeT>(value);
103 template <
typename DatasetTypeT = Aws::String>
116 template <
typename SchemaArnT = Aws::String>
118 m_schemaArnHasBeenSet =
true;
119 m_schemaArn = std::forward<SchemaArnT>(value);
121 template <
typename SchemaArnT = Aws::String>
137 template <
typename StatusT = Aws::String>
139 m_statusHasBeenSet =
true;
140 m_status = std::forward<StatusT>(value);
142 template <
typename StatusT = Aws::String>
155 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
157 m_creationDateTimeHasBeenSet =
true;
158 m_creationDateTime = std::forward<CreationDateTimeT>(value);
160 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
173 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
175 m_lastUpdatedDateTimeHasBeenSet =
true;
176 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
178 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
191 template <
typename LatestDatasetUpdateT = DatasetUpdateSummary>
193 m_latestDatasetUpdateHasBeenSet =
true;
194 m_latestDatasetUpdate = std::forward<LatestDatasetUpdateT>(value);
196 template <
typename LatestDatasetUpdateT = DatasetUpdateSummary>
212 template <
typename TrackingIdT = Aws::String>
214 m_trackingIdHasBeenSet =
true;
215 m_trackingId = std::forward<TrackingIdT>(value);
217 template <
typename TrackingIdT = Aws::String>
240 DatasetUpdateSummary m_latestDatasetUpdate;
243 bool m_nameHasBeenSet =
false;
244 bool m_datasetArnHasBeenSet =
false;
245 bool m_datasetGroupArnHasBeenSet =
false;
246 bool m_datasetTypeHasBeenSet =
false;
247 bool m_schemaArnHasBeenSet =
false;
248 bool m_statusHasBeenSet =
false;
249 bool m_creationDateTimeHasBeenSet =
false;
250 bool m_lastUpdatedDateTimeHasBeenSet =
false;
251 bool m_latestDatasetUpdateHasBeenSet =
false;
252 bool m_trackingIdHasBeenSet =
false;
Dataset & WithName(NameT &&value)
const Aws::String & GetStatus() const
Dataset & WithDatasetGroupArn(DatasetGroupArnT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetDatasetGroupArn() const
void SetLatestDatasetUpdate(LatestDatasetUpdateT &&value)
bool SchemaArnHasBeenSet() const
Dataset & WithLatestDatasetUpdate(LatestDatasetUpdateT &&value)
const Aws::String & GetDatasetArn() const
void SetStatus(StatusT &&value)
Dataset & WithDatasetType(DatasetTypeT &&value)
void SetDatasetArn(DatasetArnT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTrackingId(TrackingIdT &&value)
AWS_PERSONALIZE_API Dataset & operator=(Aws::Utils::Json::JsonView jsonValue)
Dataset & WithTrackingId(TrackingIdT &&value)
Dataset & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetDatasetType(DatasetTypeT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
void SetSchemaArn(SchemaArnT &&value)
AWS_PERSONALIZE_API Dataset()=default
bool DatasetTypeHasBeenSet() const
const Aws::String & GetSchemaArn() const
Dataset & WithSchemaArn(SchemaArnT &&value)
bool NameHasBeenSet() const
bool DatasetGroupArnHasBeenSet() const
const Aws::String & GetName() const
Dataset & WithDatasetArn(DatasetArnT &&value)
bool DatasetArnHasBeenSet() const
bool StatusHasBeenSet() const
bool TrackingIdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDatasetType() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetDatasetGroupArn(DatasetGroupArnT &&value)
bool LatestDatasetUpdateHasBeenSet() const
const DatasetUpdateSummary & GetLatestDatasetUpdate() const
AWS_PERSONALIZE_API Dataset(Aws::Utils::Json::JsonView jsonValue)
Dataset & WithCreationDateTime(CreationDateTimeT &&value)
Dataset & WithStatus(StatusT &&value)
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetTrackingId() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetCreationDateTime(CreationDateTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue