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 SchemaArnT = Aws::String>
64 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
65 template<
typename SchemaArnT = Aws::String>
75 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
76 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
77 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
87 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
88 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
89 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
106 bool m_nameHasBeenSet =
false;
109 bool m_schemaArnHasBeenSet =
false;
112 bool m_creationDateTimeHasBeenSet =
false;
115 bool m_lastUpdatedDateTimeHasBeenSet =
false;
118 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