AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DatasetSchemaSummary.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Personalize
24{
25namespace Model
26{
27
37 {
38 public:
39 AWS_PERSONALIZE_API DatasetSchemaSummary();
40 AWS_PERSONALIZE_API DatasetSchemaSummary(Aws::Utils::Json::JsonView jsonValue);
42 AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetName() const{ return m_name; }
50 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
51 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
52 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
53 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
54 inline DatasetSchemaSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
55 inline DatasetSchemaSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
56 inline DatasetSchemaSummary& WithName(const char* value) { SetName(value); return *this;}
58
60
63 inline const Aws::String& GetSchemaArn() const{ return m_schemaArn; }
64 inline bool SchemaArnHasBeenSet() const { return m_schemaArnHasBeenSet; }
65 inline void SetSchemaArn(const Aws::String& value) { m_schemaArnHasBeenSet = true; m_schemaArn = value; }
66 inline void SetSchemaArn(Aws::String&& value) { m_schemaArnHasBeenSet = true; m_schemaArn = std::move(value); }
67 inline void SetSchemaArn(const char* value) { m_schemaArnHasBeenSet = true; m_schemaArn.assign(value); }
68 inline DatasetSchemaSummary& WithSchemaArn(const Aws::String& value) { SetSchemaArn(value); return *this;}
69 inline DatasetSchemaSummary& WithSchemaArn(Aws::String&& value) { SetSchemaArn(std::move(value)); return *this;}
70 inline DatasetSchemaSummary& WithSchemaArn(const char* value) { SetSchemaArn(value); return *this;}
72
74
77 inline const Aws::Utils::DateTime& GetCreationDateTime() const{ return m_creationDateTime; }
78 inline bool CreationDateTimeHasBeenSet() const { return m_creationDateTimeHasBeenSet; }
79 inline void SetCreationDateTime(const Aws::Utils::DateTime& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = value; }
80 inline void SetCreationDateTime(Aws::Utils::DateTime&& value) { m_creationDateTimeHasBeenSet = true; m_creationDateTime = std::move(value); }
82 inline DatasetSchemaSummary& WithCreationDateTime(Aws::Utils::DateTime&& value) { SetCreationDateTime(std::move(value)); return *this;}
84
86
89 inline const Aws::Utils::DateTime& GetLastUpdatedDateTime() const{ return m_lastUpdatedDateTime; }
90 inline bool LastUpdatedDateTimeHasBeenSet() const { return m_lastUpdatedDateTimeHasBeenSet; }
91 inline void SetLastUpdatedDateTime(const Aws::Utils::DateTime& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = value; }
92 inline void SetLastUpdatedDateTime(Aws::Utils::DateTime&& value) { m_lastUpdatedDateTimeHasBeenSet = true; m_lastUpdatedDateTime = std::move(value); }
96
98
102 inline const Domain& GetDomain() const{ return m_domain; }
103 inline bool DomainHasBeenSet() const { return m_domainHasBeenSet; }
104 inline void SetDomain(const Domain& value) { m_domainHasBeenSet = true; m_domain = value; }
105 inline void SetDomain(Domain&& value) { m_domainHasBeenSet = true; m_domain = std::move(value); }
106 inline DatasetSchemaSummary& WithDomain(const Domain& value) { SetDomain(value); return *this;}
107 inline DatasetSchemaSummary& WithDomain(Domain&& value) { SetDomain(std::move(value)); return *this;}
109 private:
110
111 Aws::String m_name;
112 bool m_nameHasBeenSet = false;
113
114 Aws::String m_schemaArn;
115 bool m_schemaArnHasBeenSet = false;
116
117 Aws::Utils::DateTime m_creationDateTime;
118 bool m_creationDateTimeHasBeenSet = false;
119
120 Aws::Utils::DateTime m_lastUpdatedDateTime;
121 bool m_lastUpdatedDateTimeHasBeenSet = false;
122
123 Domain m_domain;
124 bool m_domainHasBeenSet = false;
125 };
126
127} // namespace Model
128} // namespace Personalize
129} // namespace Aws
void SetLastUpdatedDateTime(Aws::Utils::DateTime &&value)
AWS_PERSONALIZE_API DatasetSchemaSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationDateTime() const
DatasetSchemaSummary & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
DatasetSchemaSummary & WithDomain(Domain &&value)
DatasetSchemaSummary & WithName(const char *value)
DatasetSchemaSummary & WithSchemaArn(const Aws::String &value)
DatasetSchemaSummary & WithName(Aws::String &&value)
DatasetSchemaSummary & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
AWS_PERSONALIZE_API DatasetSchemaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreationDateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
DatasetSchemaSummary & WithCreationDateTime(Aws::Utils::DateTime &&value)
DatasetSchemaSummary & WithCreationDateTime(const Aws::Utils::DateTime &value)
DatasetSchemaSummary & WithDomain(const Domain &value)
void SetLastUpdatedDateTime(const Aws::Utils::DateTime &value)
DatasetSchemaSummary & WithSchemaArn(const char *value)
DatasetSchemaSummary & WithName(const Aws::String &value)
void SetCreationDateTime(const Aws::Utils::DateTime &value)
DatasetSchemaSummary & WithSchemaArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue