AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
GetIdMappingWorkflowResult.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/IdMappingTechniques.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/entityresolution/model/IdMappingWorkflowInputSource.h>
14#include <aws/entityresolution/model/IdMappingWorkflowOutputSource.h>
15#include <utility>
16
17namespace Aws
18{
19template<typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils
23{
24namespace Json
25{
26 class JsonValue;
27} // namespace Json
28} // namespace Utils
29namespace EntityResolution
30{
31namespace Model
32{
34 {
35 public:
36 AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult() = default;
39
40
42
45 inline const Aws::String& GetWorkflowName() const { return m_workflowName; }
46 template<typename WorkflowNameT = Aws::String>
47 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::forward<WorkflowNameT>(value); }
48 template<typename WorkflowNameT = Aws::String>
49 GetIdMappingWorkflowResult& WithWorkflowName(WorkflowNameT&& value) { SetWorkflowName(std::forward<WorkflowNameT>(value)); return *this;}
51
53
57 inline const Aws::String& GetWorkflowArn() const { return m_workflowArn; }
58 template<typename WorkflowArnT = Aws::String>
59 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet = true; m_workflowArn = std::forward<WorkflowArnT>(value); }
60 template<typename WorkflowArnT = Aws::String>
61 GetIdMappingWorkflowResult& WithWorkflowArn(WorkflowArnT&& value) { SetWorkflowArn(std::forward<WorkflowArnT>(value)); return *this;}
63
65
68 inline const Aws::String& GetDescription() const { return m_description; }
69 template<typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
71 template<typename DescriptionT = Aws::String>
72 GetIdMappingWorkflowResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
74
76
80 inline const Aws::Vector<IdMappingWorkflowInputSource>& GetInputSourceConfig() const { return m_inputSourceConfig; }
81 template<typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
82 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
83 template<typename InputSourceConfigT = Aws::Vector<IdMappingWorkflowInputSource>>
84 GetIdMappingWorkflowResult& WithInputSourceConfig(InputSourceConfigT&& value) { SetInputSourceConfig(std::forward<InputSourceConfigT>(value)); return *this;}
85 template<typename InputSourceConfigT = IdMappingWorkflowInputSource>
86 GetIdMappingWorkflowResult& AddInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value)); return *this; }
88
90
94 inline const Aws::Vector<IdMappingWorkflowOutputSource>& GetOutputSourceConfig() const { return m_outputSourceConfig; }
95 template<typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
96 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet = true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
97 template<typename OutputSourceConfigT = Aws::Vector<IdMappingWorkflowOutputSource>>
98 GetIdMappingWorkflowResult& WithOutputSourceConfig(OutputSourceConfigT&& value) { SetOutputSourceConfig(std::forward<OutputSourceConfigT>(value)); return *this;}
99 template<typename OutputSourceConfigT = IdMappingWorkflowOutputSource>
100 GetIdMappingWorkflowResult& AddOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet = true; m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value)); return *this; }
102
104
108 inline const IdMappingTechniques& GetIdMappingTechniques() const { return m_idMappingTechniques; }
109 template<typename IdMappingTechniquesT = IdMappingTechniques>
110 void SetIdMappingTechniques(IdMappingTechniquesT&& value) { m_idMappingTechniquesHasBeenSet = true; m_idMappingTechniques = std::forward<IdMappingTechniquesT>(value); }
111 template<typename IdMappingTechniquesT = IdMappingTechniques>
112 GetIdMappingWorkflowResult& WithIdMappingTechniques(IdMappingTechniquesT&& value) { SetIdMappingTechniques(std::forward<IdMappingTechniquesT>(value)); return *this;}
114
116
119 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
120 template<typename CreatedAtT = Aws::Utils::DateTime>
121 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
122 template<typename CreatedAtT = Aws::Utils::DateTime>
123 GetIdMappingWorkflowResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
125
127
130 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
131 template<typename UpdatedAtT = Aws::Utils::DateTime>
132 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
133 template<typename UpdatedAtT = Aws::Utils::DateTime>
134 GetIdMappingWorkflowResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
136
138
142 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
143 template<typename RoleArnT = Aws::String>
144 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
145 template<typename RoleArnT = Aws::String>
146 GetIdMappingWorkflowResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
148
150
153 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
154 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
155 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
156 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 GetIdMappingWorkflowResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
158 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
159 GetIdMappingWorkflowResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
160 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
161 }
163
165
166 inline const Aws::String& GetRequestId() const { return m_requestId; }
167 template<typename RequestIdT = Aws::String>
168 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
169 template<typename RequestIdT = Aws::String>
170 GetIdMappingWorkflowResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
172 private:
173
174 Aws::String m_workflowName;
175 bool m_workflowNameHasBeenSet = false;
176
177 Aws::String m_workflowArn;
178 bool m_workflowArnHasBeenSet = false;
179
180 Aws::String m_description;
181 bool m_descriptionHasBeenSet = false;
182
184 bool m_inputSourceConfigHasBeenSet = false;
185
187 bool m_outputSourceConfigHasBeenSet = false;
188
189 IdMappingTechniques m_idMappingTechniques;
190 bool m_idMappingTechniquesHasBeenSet = false;
191
192 Aws::Utils::DateTime m_createdAt{};
193 bool m_createdAtHasBeenSet = false;
194
195 Aws::Utils::DateTime m_updatedAt{};
196 bool m_updatedAtHasBeenSet = false;
197
198 Aws::String m_roleArn;
199 bool m_roleArnHasBeenSet = false;
200
202 bool m_tagsHasBeenSet = false;
203
204 Aws::String m_requestId;
205 bool m_requestIdHasBeenSet = false;
206 };
207
208} // namespace Model
209} // namespace EntityResolution
210} // namespace Aws
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetIdMappingWorkflowResult & WithIdMappingTechniques(IdMappingTechniquesT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult()=default
GetIdMappingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
GetIdMappingWorkflowResult & WithCreatedAt(CreatedAtT &&value)
GetIdMappingWorkflowResult & WithUpdatedAt(UpdatedAtT &&value)
GetIdMappingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
GetIdMappingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
GetIdMappingWorkflowResult & WithRoleArn(RoleArnT &&value)
GetIdMappingWorkflowResult & WithRequestId(RequestIdT &&value)
GetIdMappingWorkflowResult & WithDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdMappingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
GetIdMappingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
const Aws::Vector< IdMappingWorkflowInputSource > & GetInputSourceConfig() const
GetIdMappingWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_ENTITYRESOLUTION_API GetIdMappingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIdMappingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
const Aws::Vector< IdMappingWorkflowOutputSource > & GetOutputSourceConfig() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue