AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SchemaMappingSummary.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EntityResolution
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_ENTITYRESOLUTION_API SchemaMappingSummary();
37 AWS_ENTITYRESOLUTION_API SchemaMappingSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_ENTITYRESOLUTION_API SchemaMappingSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::Utils::DateTime& GetCreatedAt() const{ return m_createdAt; }
47 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
48 inline void SetCreatedAt(const Aws::Utils::DateTime& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
49 inline void SetCreatedAt(Aws::Utils::DateTime&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
50 inline SchemaMappingSummary& WithCreatedAt(const Aws::Utils::DateTime& value) { SetCreatedAt(value); return *this;}
51 inline SchemaMappingSummary& WithCreatedAt(Aws::Utils::DateTime&& value) { SetCreatedAt(std::move(value)); return *this;}
53
55
58 inline bool GetHasWorkflows() const{ return m_hasWorkflows; }
59 inline bool HasWorkflowsHasBeenSet() const { return m_hasWorkflowsHasBeenSet; }
60 inline void SetHasWorkflows(bool value) { m_hasWorkflowsHasBeenSet = true; m_hasWorkflows = value; }
61 inline SchemaMappingSummary& WithHasWorkflows(bool value) { SetHasWorkflows(value); return *this;}
63
65
69 inline const Aws::String& GetSchemaArn() const{ return m_schemaArn; }
70 inline bool SchemaArnHasBeenSet() const { return m_schemaArnHasBeenSet; }
71 inline void SetSchemaArn(const Aws::String& value) { m_schemaArnHasBeenSet = true; m_schemaArn = value; }
72 inline void SetSchemaArn(Aws::String&& value) { m_schemaArnHasBeenSet = true; m_schemaArn = std::move(value); }
73 inline void SetSchemaArn(const char* value) { m_schemaArnHasBeenSet = true; m_schemaArn.assign(value); }
74 inline SchemaMappingSummary& WithSchemaArn(const Aws::String& value) { SetSchemaArn(value); return *this;}
75 inline SchemaMappingSummary& WithSchemaArn(Aws::String&& value) { SetSchemaArn(std::move(value)); return *this;}
76 inline SchemaMappingSummary& WithSchemaArn(const char* value) { SetSchemaArn(value); return *this;}
78
80
83 inline const Aws::String& GetSchemaName() const{ return m_schemaName; }
84 inline bool SchemaNameHasBeenSet() const { return m_schemaNameHasBeenSet; }
85 inline void SetSchemaName(const Aws::String& value) { m_schemaNameHasBeenSet = true; m_schemaName = value; }
86 inline void SetSchemaName(Aws::String&& value) { m_schemaNameHasBeenSet = true; m_schemaName = std::move(value); }
87 inline void SetSchemaName(const char* value) { m_schemaNameHasBeenSet = true; m_schemaName.assign(value); }
88 inline SchemaMappingSummary& WithSchemaName(const Aws::String& value) { SetSchemaName(value); return *this;}
89 inline SchemaMappingSummary& WithSchemaName(Aws::String&& value) { SetSchemaName(std::move(value)); return *this;}
90 inline SchemaMappingSummary& WithSchemaName(const char* value) { SetSchemaName(value); return *this;}
92
94
97 inline const Aws::Utils::DateTime& GetUpdatedAt() const{ return m_updatedAt; }
98 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
99 inline void SetUpdatedAt(const Aws::Utils::DateTime& value) { m_updatedAtHasBeenSet = true; m_updatedAt = value; }
100 inline void SetUpdatedAt(Aws::Utils::DateTime&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::move(value); }
101 inline SchemaMappingSummary& WithUpdatedAt(const Aws::Utils::DateTime& value) { SetUpdatedAt(value); return *this;}
102 inline SchemaMappingSummary& WithUpdatedAt(Aws::Utils::DateTime&& value) { SetUpdatedAt(std::move(value)); return *this;}
104 private:
105
106 Aws::Utils::DateTime m_createdAt;
107 bool m_createdAtHasBeenSet = false;
108
109 bool m_hasWorkflows;
110 bool m_hasWorkflowsHasBeenSet = false;
111
112 Aws::String m_schemaArn;
113 bool m_schemaArnHasBeenSet = false;
114
115 Aws::String m_schemaName;
116 bool m_schemaNameHasBeenSet = false;
117
118 Aws::Utils::DateTime m_updatedAt;
119 bool m_updatedAtHasBeenSet = false;
120 };
121
122} // namespace Model
123} // namespace EntityResolution
124} // namespace Aws
SchemaMappingSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
AWS_ENTITYRESOLUTION_API SchemaMappingSummary(Aws::Utils::Json::JsonView jsonValue)
SchemaMappingSummary & WithSchemaName(const char *value)
SchemaMappingSummary & WithSchemaName(const Aws::String &value)
SchemaMappingSummary & WithSchemaName(Aws::String &&value)
SchemaMappingSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_ENTITYRESOLUTION_API SchemaMappingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaMappingSummary & WithSchemaArn(const char *value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
SchemaMappingSummary & WithSchemaArn(Aws::String &&value)
SchemaMappingSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
SchemaMappingSummary & WithSchemaArn(const Aws::String &value)
SchemaMappingSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
SchemaMappingSummary & WithHasWorkflows(bool value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue