AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IdNamespaceSummary.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/model/IdNamespaceType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowMetadata.h>
13#include <utility>
14
15namespace Aws
16{
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22 class JsonView;
23} // namespace Json
24} // namespace Utils
25namespace EntityResolution
26{
27namespace Model
28{
29
36 {
37 public:
38 AWS_ENTITYRESOLUTION_API IdNamespaceSummary() = default;
39 AWS_ENTITYRESOLUTION_API IdNamespaceSummary(Aws::Utils::Json::JsonView jsonValue);
40 AWS_ENTITYRESOLUTION_API IdNamespaceSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetIdNamespaceName() const { return m_idNamespaceName; }
49 inline bool IdNamespaceNameHasBeenSet() const { return m_idNamespaceNameHasBeenSet; }
50 template<typename IdNamespaceNameT = Aws::String>
51 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet = true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
52 template<typename IdNamespaceNameT = Aws::String>
53 IdNamespaceSummary& WithIdNamespaceName(IdNamespaceNameT&& value) { SetIdNamespaceName(std::forward<IdNamespaceNameT>(value)); return *this;}
55
57
60 inline const Aws::String& GetIdNamespaceArn() const { return m_idNamespaceArn; }
61 inline bool IdNamespaceArnHasBeenSet() const { return m_idNamespaceArnHasBeenSet; }
62 template<typename IdNamespaceArnT = Aws::String>
63 void SetIdNamespaceArn(IdNamespaceArnT&& value) { m_idNamespaceArnHasBeenSet = true; m_idNamespaceArn = std::forward<IdNamespaceArnT>(value); }
64 template<typename IdNamespaceArnT = Aws::String>
65 IdNamespaceSummary& WithIdNamespaceArn(IdNamespaceArnT&& value) { SetIdNamespaceArn(std::forward<IdNamespaceArnT>(value)); return *this;}
67
69
72 inline const Aws::String& GetDescription() const { return m_description; }
73 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
74 template<typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
76 template<typename DescriptionT = Aws::String>
77 IdNamespaceSummary& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
79
81
85 inline const Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>& GetIdMappingWorkflowProperties() const { return m_idMappingWorkflowProperties; }
86 inline bool IdMappingWorkflowPropertiesHasBeenSet() const { return m_idMappingWorkflowPropertiesHasBeenSet; }
87 template<typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
88 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet = true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
89 template<typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowMetadata>>
90 IdNamespaceSummary& WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { SetIdMappingWorkflowProperties(std::forward<IdMappingWorkflowPropertiesT>(value)); return *this;}
91 template<typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowMetadata>
92 IdNamespaceSummary& AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet = true; m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value)); return *this; }
94
96
103 inline IdNamespaceType GetType() const { return m_type; }
104 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
105 inline void SetType(IdNamespaceType value) { m_typeHasBeenSet = true; m_type = value; }
106 inline IdNamespaceSummary& WithType(IdNamespaceType value) { SetType(value); return *this;}
108
110
113 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
114 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
115 template<typename CreatedAtT = Aws::Utils::DateTime>
116 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
117 template<typename CreatedAtT = Aws::Utils::DateTime>
118 IdNamespaceSummary& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
120
122
125 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
126 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
127 template<typename UpdatedAtT = Aws::Utils::DateTime>
128 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
129 template<typename UpdatedAtT = Aws::Utils::DateTime>
130 IdNamespaceSummary& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
132 private:
133
134 Aws::String m_idNamespaceName;
135 bool m_idNamespaceNameHasBeenSet = false;
136
137 Aws::String m_idNamespaceArn;
138 bool m_idNamespaceArnHasBeenSet = false;
139
140 Aws::String m_description;
141 bool m_descriptionHasBeenSet = false;
142
143 Aws::Vector<IdNamespaceIdMappingWorkflowMetadata> m_idMappingWorkflowProperties;
144 bool m_idMappingWorkflowPropertiesHasBeenSet = false;
145
147 bool m_typeHasBeenSet = false;
148
149 Aws::Utils::DateTime m_createdAt{};
150 bool m_createdAtHasBeenSet = false;
151
152 Aws::Utils::DateTime m_updatedAt{};
153 bool m_updatedAtHasBeenSet = false;
154 };
155
156} // namespace Model
157} // namespace EntityResolution
158} // namespace Aws
const Aws::Utils::DateTime & GetUpdatedAt() const
IdNamespaceSummary & WithType(IdNamespaceType value)
IdNamespaceSummary & WithDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API IdNamespaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IdNamespaceSummary & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
IdNamespaceSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< IdNamespaceIdMappingWorkflowMetadata > & GetIdMappingWorkflowProperties() const
AWS_ENTITYRESOLUTION_API IdNamespaceSummary(Aws::Utils::Json::JsonView jsonValue)
IdNamespaceSummary & WithIdNamespaceName(IdNamespaceNameT &&value)
AWS_ENTITYRESOLUTION_API IdNamespaceSummary()=default
IdNamespaceSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
IdNamespaceSummary & WithIdNamespaceArn(IdNamespaceArnT &&value)
IdNamespaceSummary & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue