7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DatasetArnT = Aws::String>
63 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet =
true; m_datasetArn = std::forward<DatasetArnT>(value); }
64 template<
typename DatasetArnT = Aws::String>
76 template<
typename DatasetTypeT = Aws::String>
77 void SetDatasetType(DatasetTypeT&& value) { m_datasetTypeHasBeenSet =
true; m_datasetType = std::forward<DatasetTypeT>(value); }
78 template<
typename DatasetTypeT = Aws::String>
91 template<
typename StatusT = Aws::String>
92 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
93 template<
typename StatusT = Aws::String>
103 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
104 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
105 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
115 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
116 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
117 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
123 bool m_nameHasBeenSet =
false;
126 bool m_datasetArnHasBeenSet =
false;
129 bool m_datasetTypeHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
135 bool m_creationDateTimeHasBeenSet =
false;
138 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