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 {
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 SchemaArnT = Aws::String>
64 m_schemaArnHasBeenSet =
true;
65 m_schemaArn = std::forward<SchemaArnT>(value);
67 template <
typename SchemaArnT = Aws::String>
80 template <
typename SchemaT = Aws::String>
82 m_schemaHasBeenSet =
true;
83 m_schema = std::forward<SchemaT>(value);
85 template <
typename SchemaT = Aws::String>
98 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
100 m_creationDateTimeHasBeenSet =
true;
101 m_creationDateTime = std::forward<CreationDateTimeT>(value);
103 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
116 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
118 m_lastUpdatedDateTimeHasBeenSet =
true;
119 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
121 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
136 m_domainHasBeenSet =
true;
156 bool m_nameHasBeenSet =
false;
157 bool m_schemaArnHasBeenSet =
false;
158 bool m_schemaHasBeenSet =
false;
159 bool m_creationDateTimeHasBeenSet =
false;
160 bool m_lastUpdatedDateTimeHasBeenSet =
false;
161 bool m_domainHasBeenSet =
false;
AWS_PERSONALIZE_API DatasetSchema()=default
DatasetSchema & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
DatasetSchema & WithSchema(SchemaT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool DomainHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
bool SchemaHasBeenSet() const
bool SchemaArnHasBeenSet() const
const Aws::String & GetName() const
DatasetSchema & WithName(NameT &&value)
AWS_PERSONALIZE_API DatasetSchema(Aws::Utils::Json::JsonView jsonValue)
void SetCreationDateTime(CreationDateTimeT &&value)
DatasetSchema & WithDomain(Domain value)
const Aws::String & GetSchema() const
void SetSchema(SchemaT &&value)
AWS_PERSONALIZE_API DatasetSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
DatasetSchema & WithSchemaArn(SchemaArnT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetDomain(Domain value)
bool NameHasBeenSet() const
const Aws::String & GetSchemaArn() const
void SetName(NameT &&value)
DatasetSchema & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetSchemaArn(SchemaArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue