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 SchemaArnT = Aws::String>
65 m_schemaArnHasBeenSet =
true;
66 m_schemaArn = std::forward<SchemaArnT>(value);
68 template <
typename SchemaArnT = Aws::String>
81 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
83 m_creationDateTimeHasBeenSet =
true;
84 m_creationDateTime = std::forward<CreationDateTimeT>(value);
86 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
99 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
101 m_lastUpdatedDateTimeHasBeenSet =
true;
102 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
104 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
119 m_domainHasBeenSet =
true;
137 bool m_nameHasBeenSet =
false;
138 bool m_schemaArnHasBeenSet =
false;
139 bool m_creationDateTimeHasBeenSet =
false;
140 bool m_lastUpdatedDateTimeHasBeenSet =
false;
141 bool m_domainHasBeenSet =
false;
bool DomainHasBeenSet() const
AWS_PERSONALIZE_API DatasetSchemaSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
DatasetSchemaSummary & WithCreationDateTime(CreationDateTimeT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetSchemaArn(SchemaArnT &&value)
bool CreationDateTimeHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetDomain(Domain value)
DatasetSchemaSummary & WithDomain(Domain value)
AWS_PERSONALIZE_API DatasetSchemaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSchemaArn() const
DatasetSchemaSummary & WithSchemaArn(SchemaArnT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DatasetSchemaSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
bool SchemaArnHasBeenSet() const
bool LastUpdatedDateTimeHasBeenSet() const
AWS_PERSONALIZE_API DatasetSchemaSummary()=default
DatasetSchemaSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue