AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
UpdateIdNamespaceResult.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/IdNamespaceInputSource.h>
13#include <aws/entityresolution/model/IdNamespaceIdMappingWorkflowProperties.h>
14#include <utility>
15
16namespace Aws
17{
18template<typename RESULT_TYPE>
19class AmazonWebServiceResult;
20
21namespace Utils
22{
23namespace Json
24{
25 class JsonValue;
26} // namespace Json
27} // namespace Utils
28namespace EntityResolution
29{
30namespace Model
31{
33 {
34 public:
35 AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult() = default;
38
39
41
44 inline const Aws::String& GetIdNamespaceName() const { return m_idNamespaceName; }
45 template<typename IdNamespaceNameT = Aws::String>
46 void SetIdNamespaceName(IdNamespaceNameT&& value) { m_idNamespaceNameHasBeenSet = true; m_idNamespaceName = std::forward<IdNamespaceNameT>(value); }
47 template<typename IdNamespaceNameT = Aws::String>
48 UpdateIdNamespaceResult& WithIdNamespaceName(IdNamespaceNameT&& value) { SetIdNamespaceName(std::forward<IdNamespaceNameT>(value)); return *this;}
50
52
55 inline const Aws::String& GetIdNamespaceArn() const { return m_idNamespaceArn; }
56 template<typename IdNamespaceArnT = Aws::String>
57 void SetIdNamespaceArn(IdNamespaceArnT&& value) { m_idNamespaceArnHasBeenSet = true; m_idNamespaceArn = std::forward<IdNamespaceArnT>(value); }
58 template<typename IdNamespaceArnT = Aws::String>
59 UpdateIdNamespaceResult& WithIdNamespaceArn(IdNamespaceArnT&& value) { SetIdNamespaceArn(std::forward<IdNamespaceArnT>(value)); return *this;}
61
63
66 inline const Aws::String& GetDescription() const { return m_description; }
67 template<typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
69 template<typename DescriptionT = Aws::String>
70 UpdateIdNamespaceResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
72
74
78 inline const Aws::Vector<IdNamespaceInputSource>& GetInputSourceConfig() const { return m_inputSourceConfig; }
79 template<typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
80 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
81 template<typename InputSourceConfigT = Aws::Vector<IdNamespaceInputSource>>
82 UpdateIdNamespaceResult& WithInputSourceConfig(InputSourceConfigT&& value) { SetInputSourceConfig(std::forward<InputSourceConfigT>(value)); return *this;}
83 template<typename InputSourceConfigT = IdNamespaceInputSource>
84 UpdateIdNamespaceResult& AddInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value)); return *this; }
86
88
93 inline const Aws::Vector<IdNamespaceIdMappingWorkflowProperties>& GetIdMappingWorkflowProperties() const { return m_idMappingWorkflowProperties; }
94 template<typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
95 void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet = true; m_idMappingWorkflowProperties = std::forward<IdMappingWorkflowPropertiesT>(value); }
96 template<typename IdMappingWorkflowPropertiesT = Aws::Vector<IdNamespaceIdMappingWorkflowProperties>>
97 UpdateIdNamespaceResult& WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { SetIdMappingWorkflowProperties(std::forward<IdMappingWorkflowPropertiesT>(value)); return *this;}
98 template<typename IdMappingWorkflowPropertiesT = IdNamespaceIdMappingWorkflowProperties>
99 UpdateIdNamespaceResult& AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT&& value) { m_idMappingWorkflowPropertiesHasBeenSet = true; m_idMappingWorkflowProperties.emplace_back(std::forward<IdMappingWorkflowPropertiesT>(value)); return *this; }
101
103
110 inline IdNamespaceType GetType() const { return m_type; }
111 inline void SetType(IdNamespaceType value) { m_typeHasBeenSet = true; m_type = value; }
112 inline UpdateIdNamespaceResult& WithType(IdNamespaceType value) { SetType(value); return *this;}
114
116
121 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
122 template<typename RoleArnT = Aws::String>
123 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
124 template<typename RoleArnT = Aws::String>
125 UpdateIdNamespaceResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
127
129
132 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
133 template<typename CreatedAtT = Aws::Utils::DateTime>
134 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
135 template<typename CreatedAtT = Aws::Utils::DateTime>
136 UpdateIdNamespaceResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
138
140
143 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
144 template<typename UpdatedAtT = Aws::Utils::DateTime>
145 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
146 template<typename UpdatedAtT = Aws::Utils::DateTime>
147 UpdateIdNamespaceResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
149
151
152 inline const Aws::String& GetRequestId() const { return m_requestId; }
153 template<typename RequestIdT = Aws::String>
154 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
155 template<typename RequestIdT = Aws::String>
156 UpdateIdNamespaceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
158 private:
159
160 Aws::String m_idNamespaceName;
161 bool m_idNamespaceNameHasBeenSet = false;
162
163 Aws::String m_idNamespaceArn;
164 bool m_idNamespaceArnHasBeenSet = false;
165
166 Aws::String m_description;
167 bool m_descriptionHasBeenSet = false;
168
169 Aws::Vector<IdNamespaceInputSource> m_inputSourceConfig;
170 bool m_inputSourceConfigHasBeenSet = false;
171
172 Aws::Vector<IdNamespaceIdMappingWorkflowProperties> m_idMappingWorkflowProperties;
173 bool m_idMappingWorkflowPropertiesHasBeenSet = false;
174
176 bool m_typeHasBeenSet = false;
177
178 Aws::String m_roleArn;
179 bool m_roleArnHasBeenSet = false;
180
181 Aws::Utils::DateTime m_createdAt{};
182 bool m_createdAtHasBeenSet = false;
183
184 Aws::Utils::DateTime m_updatedAt{};
185 bool m_updatedAtHasBeenSet = false;
186
187 Aws::String m_requestId;
188 bool m_requestIdHasBeenSet = false;
189 };
190
191} // namespace Model
192} // namespace EntityResolution
193} // namespace Aws
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< IdNamespaceInputSource > & GetInputSourceConfig() const
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIdNamespaceResult & WithDescription(DescriptionT &&value)
UpdateIdNamespaceResult & WithIdNamespaceName(IdNamespaceNameT &&value)
UpdateIdNamespaceResult & AddIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
UpdateIdNamespaceResult & WithIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
void SetIdMappingWorkflowProperties(IdMappingWorkflowPropertiesT &&value)
AWS_ENTITYRESOLUTION_API UpdateIdNamespaceResult()=default
const Aws::Vector< IdNamespaceIdMappingWorkflowProperties > & GetIdMappingWorkflowProperties() const
UpdateIdNamespaceResult & WithRoleArn(RoleArnT &&value)
UpdateIdNamespaceResult & WithRequestId(RequestIdT &&value)
UpdateIdNamespaceResult & AddInputSourceConfig(InputSourceConfigT &&value)
UpdateIdNamespaceResult & WithInputSourceConfig(InputSourceConfigT &&value)
UpdateIdNamespaceResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateIdNamespaceResult & WithType(IdNamespaceType value)
UpdateIdNamespaceResult & WithIdNamespaceArn(IdNamespaceArnT &&value)
UpdateIdNamespaceResult & WithCreatedAt(CreatedAtT &&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