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>
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 SchemaArnT = Aws::String>
63 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
64 template<
typename SchemaArnT = Aws::String>
74 template<
typename SchemaT = Aws::String>
75 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
76 template<
typename SchemaT = Aws::String>
86 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
87 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
88 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
98 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
99 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
100 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
117 bool m_nameHasBeenSet =
false;
120 bool m_schemaArnHasBeenSet =
false;
123 bool m_schemaHasBeenSet =
false;
126 bool m_creationDateTimeHasBeenSet =
false;
129 bool m_lastUpdatedDateTimeHasBeenSet =
false;
132 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