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 {
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
70 template <
typename DatasetGroupArnT = Aws::String>
72 m_datasetGroupArnHasBeenSet =
true;
73 m_datasetGroupArn = std::forward<DatasetGroupArnT>(value);
75 template <
typename DatasetGroupArnT = Aws::String>
90 template <
typename StatusT = Aws::String>
92 m_statusHasBeenSet =
true;
93 m_status = std::forward<StatusT>(value);
95 template <
typename StatusT = Aws::String>
110 template <
typename RoleArnT = Aws::String>
112 m_roleArnHasBeenSet =
true;
113 m_roleArn = std::forward<RoleArnT>(value);
115 template <
typename RoleArnT = Aws::String>
129 template <
typename KmsKeyArnT = Aws::String>
131 m_kmsKeyArnHasBeenSet =
true;
132 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
134 template <
typename KmsKeyArnT = Aws::String>
147 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
149 m_creationDateTimeHasBeenSet =
true;
150 m_creationDateTime = std::forward<CreationDateTimeT>(value);
152 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
165 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
167 m_lastUpdatedDateTimeHasBeenSet =
true;
168 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
170 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
183 template <
typename FailureReasonT = Aws::String>
185 m_failureReasonHasBeenSet =
true;
186 m_failureReason = std::forward<FailureReasonT>(value);
188 template <
typename FailureReasonT = Aws::String>
202 m_domainHasBeenSet =
true;
228 bool m_nameHasBeenSet =
false;
229 bool m_datasetGroupArnHasBeenSet =
false;
230 bool m_statusHasBeenSet =
false;
231 bool m_roleArnHasBeenSet =
false;
232 bool m_kmsKeyArnHasBeenSet =
false;
233 bool m_creationDateTimeHasBeenSet =
false;
234 bool m_lastUpdatedDateTimeHasBeenSet =
false;
235 bool m_failureReasonHasBeenSet =
false;
236 bool m_domainHasBeenSet =
false;
DatasetGroup & WithFailureReason(FailureReasonT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetDatasetGroupArn() const
bool KmsKeyArnHasBeenSet() const
bool DomainHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
bool DatasetGroupArnHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
bool StatusHasBeenSet() const
DatasetGroup & WithName(NameT &&value)
bool RoleArnHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DatasetGroup & WithRoleArn(RoleArnT &&value)
DatasetGroup & WithCreationDateTime(CreationDateTimeT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
const Aws::String & GetKmsKeyArn() const
AWS_PERSONALIZE_API DatasetGroup(Aws::Utils::Json::JsonView jsonValue)
void SetDatasetGroupArn(DatasetGroupArnT &&value)
void SetDomain(Domain value)
const Aws::String & GetStatus() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API DatasetGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
DatasetGroup & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool FailureReasonHasBeenSet() const
AWS_PERSONALIZE_API DatasetGroup()=default
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetFailureReason(FailureReasonT &&value)
void SetName(NameT &&value)
DatasetGroup & WithKmsKeyArn(KmsKeyArnT &&value)
bool CreationDateTimeHasBeenSet() const
void SetStatus(StatusT &&value)
DatasetGroup & WithDatasetGroupArn(DatasetGroupArnT &&value)
DatasetGroup & WithDomain(Domain value)
DatasetGroup & WithStatus(StatusT &&value)
const Aws::String & GetFailureReason() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue