7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/personalize/model/Domain.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename DatasetGroupArnT = Aws::String>
64 void SetDatasetGroupArn(DatasetGroupArnT&& value) { m_datasetGroupArnHasBeenSet =
true; m_datasetGroupArn = std::forward<DatasetGroupArnT>(value); }
65 template<
typename DatasetGroupArnT = Aws::String>
77 template<
typename StatusT = Aws::String>
78 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
79 template<
typename StatusT = Aws::String>
89 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
90 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
91 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
101 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
102 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
103 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
113 template<
typename FailureReasonT = Aws::String>
114 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
115 template<
typename FailureReasonT = Aws::String>
131 bool m_nameHasBeenSet =
false;
134 bool m_datasetGroupArnHasBeenSet =
false;
137 bool m_statusHasBeenSet =
false;
140 bool m_creationDateTimeHasBeenSet =
false;
143 bool m_lastUpdatedDateTimeHasBeenSet =
false;
146 bool m_failureReasonHasBeenSet =
false;
149 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