7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
20namespace Personalize {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DatasetArnT = Aws::String>
64 m_datasetArnHasBeenSet =
true;
65 m_datasetArn = std::forward<DatasetArnT>(value);
67 template <
typename DatasetArnT = Aws::String>
82 template <
typename DatasetTypeT = Aws::String>
84 m_datasetTypeHasBeenSet =
true;
85 m_datasetType = std::forward<DatasetTypeT>(value);
87 template <
typename DatasetTypeT = Aws::String>
103 template <
typename StatusT = Aws::String>
105 m_statusHasBeenSet =
true;
106 m_status = std::forward<StatusT>(value);
108 template <
typename StatusT = Aws::String>
121 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
123 m_creationDateTimeHasBeenSet =
true;
124 m_creationDateTime = std::forward<CreationDateTimeT>(value);
126 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
139 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
141 m_lastUpdatedDateTimeHasBeenSet =
true;
142 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
144 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
162 bool m_nameHasBeenSet =
false;
163 bool m_datasetArnHasBeenSet =
false;
164 bool m_datasetTypeHasBeenSet =
false;
165 bool m_statusHasBeenSet =
false;
166 bool m_creationDateTimeHasBeenSet =
false;
167 bool m_lastUpdatedDateTimeHasBeenSet =
false;
DatasetSummary & WithDatasetArn(DatasetArnT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::String & GetDatasetArn() const
DatasetSummary & WithName(NameT &&value)
const Aws::String & GetName() const
bool DatasetTypeHasBeenSet() const
bool DatasetArnHasBeenSet() const
bool NameHasBeenSet() const
DatasetSummary & WithDatasetType(DatasetTypeT &&value)
DatasetSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API DatasetSummary()=default
void SetDatasetArn(DatasetArnT &&value)
const Aws::String & GetStatus() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationDateTimeHasBeenSet() const
void SetName(NameT &&value)
DatasetSummary & WithCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API DatasetSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatasetType() const
DatasetSummary & WithStatus(StatusT &&value)
AWS_PERSONALIZE_API DatasetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetStatus(StatusT &&value)
void SetDatasetType(DatasetTypeT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue