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/Domain.h>
21namespace Personalize {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename DatasetGroupArnT = Aws::String>
65 m_datasetGroupArnHasBeenSet =
true;
66 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
68 template <
typename DatasetGroupArnT = Aws::String>
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
101 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
103 m_creationDateTimeHasBeenSet =
true;
104 m_creationDateTime = std::forward<CreationDateTimeT>(value);
106 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
119 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
121 m_lastUpdatedDateTimeHasBeenSet =
true;
122 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
124 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 template <
typename FailureReasonT = Aws::String>
139 m_failureReasonHasBeenSet =
true;
140 m_failureReason = std::forward<FailureReasonT>(value);
142 template <
typename FailureReasonT = Aws::String>
156 m_domainHasBeenSet =
true;
178 bool m_nameHasBeenSet =
false;
179 bool m_datasetGroupArnHasBeenSet =
false;
180 bool m_statusHasBeenSet =
false;
181 bool m_creationDateTimeHasBeenSet =
false;
182 bool m_lastUpdatedDateTimeHasBeenSet =
false;
183 bool m_failureReasonHasBeenSet =
false;
184 bool m_domainHasBeenSet =
false;
void SetCreationDateTime(CreationDateTimeT &&value)
DatasetGroupSummary & WithName(NameT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
DatasetGroupSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool NameHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetStatus() const
bool FailureReasonHasBeenSet() const
bool DatasetGroupArnHasBeenSet() const
AWS_PERSONALIZE_API DatasetGroupSummary(Aws::Utils::Json::JsonView jsonValue)
DatasetGroupSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DatasetGroupSummary & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetName() const
DatasetGroupSummary & WithStatus(StatusT &&value)
void SetName(NameT &&value)
void SetDomain(Domain value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API DatasetGroupSummary()=default
const Aws::Utils::DateTime & GetCreationDateTime() const
AWS_PERSONALIZE_API DatasetGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFailureReason(FailureReasonT &&value)
void SetDatasetGroupArn(DatasetGroupArnT &&value)
const Aws::String & GetFailureReason() const
const Aws::String & GetDatasetGroupArn() const
bool DomainHasBeenSet() const
DatasetGroupSummary & WithDomain(Domain value)
bool StatusHasBeenSet() const
void SetStatus(StatusT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DatasetGroupSummary & WithDatasetGroupArn(DatasetGroupArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue