AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
GetMatchingWorkflowResult.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/ResolutionTechniques.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/entityresolution/model/IncrementalRunConfig.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/entityresolution/model/InputSource.h>
15#include <aws/entityresolution/model/OutputSource.h>
16#include <utility>
17
18namespace Aws
19{
20template<typename RESULT_TYPE>
21class AmazonWebServiceResult;
22
23namespace Utils
24{
25namespace Json
26{
27 class JsonValue;
28} // namespace Json
29} // namespace Utils
30namespace EntityResolution
31{
32namespace Model
33{
35 {
36 public:
37 AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult() = default;
40
41
43
46 inline const Aws::String& GetWorkflowName() const { return m_workflowName; }
47 template<typename WorkflowNameT = Aws::String>
48 void SetWorkflowName(WorkflowNameT&& value) { m_workflowNameHasBeenSet = true; m_workflowName = std::forward<WorkflowNameT>(value); }
49 template<typename WorkflowNameT = Aws::String>
50 GetMatchingWorkflowResult& WithWorkflowName(WorkflowNameT&& value) { SetWorkflowName(std::forward<WorkflowNameT>(value)); return *this;}
52
54
58 inline const Aws::String& GetWorkflowArn() const { return m_workflowArn; }
59 template<typename WorkflowArnT = Aws::String>
60 void SetWorkflowArn(WorkflowArnT&& value) { m_workflowArnHasBeenSet = true; m_workflowArn = std::forward<WorkflowArnT>(value); }
61 template<typename WorkflowArnT = Aws::String>
62 GetMatchingWorkflowResult& WithWorkflowArn(WorkflowArnT&& value) { SetWorkflowArn(std::forward<WorkflowArnT>(value)); return *this;}
64
66
69 inline const Aws::String& GetDescription() const { return m_description; }
70 template<typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
72 template<typename DescriptionT = Aws::String>
73 GetMatchingWorkflowResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
75
77
81 inline const Aws::Vector<InputSource>& GetInputSourceConfig() const { return m_inputSourceConfig; }
82 template<typename InputSourceConfigT = Aws::Vector<InputSource>>
83 void SetInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig = std::forward<InputSourceConfigT>(value); }
84 template<typename InputSourceConfigT = Aws::Vector<InputSource>>
85 GetMatchingWorkflowResult& WithInputSourceConfig(InputSourceConfigT&& value) { SetInputSourceConfig(std::forward<InputSourceConfigT>(value)); return *this;}
86 template<typename InputSourceConfigT = InputSource>
87 GetMatchingWorkflowResult& AddInputSourceConfig(InputSourceConfigT&& value) { m_inputSourceConfigHasBeenSet = true; m_inputSourceConfig.emplace_back(std::forward<InputSourceConfigT>(value)); return *this; }
89
91
96 inline const Aws::Vector<OutputSource>& GetOutputSourceConfig() const { return m_outputSourceConfig; }
97 template<typename OutputSourceConfigT = Aws::Vector<OutputSource>>
98 void SetOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet = true; m_outputSourceConfig = std::forward<OutputSourceConfigT>(value); }
99 template<typename OutputSourceConfigT = Aws::Vector<OutputSource>>
100 GetMatchingWorkflowResult& WithOutputSourceConfig(OutputSourceConfigT&& value) { SetOutputSourceConfig(std::forward<OutputSourceConfigT>(value)); return *this;}
101 template<typename OutputSourceConfigT = OutputSource>
102 GetMatchingWorkflowResult& AddOutputSourceConfig(OutputSourceConfigT&& value) { m_outputSourceConfigHasBeenSet = true; m_outputSourceConfig.emplace_back(std::forward<OutputSourceConfigT>(value)); return *this; }
104
106
110 inline const ResolutionTechniques& GetResolutionTechniques() const { return m_resolutionTechniques; }
111 template<typename ResolutionTechniquesT = ResolutionTechniques>
112 void SetResolutionTechniques(ResolutionTechniquesT&& value) { m_resolutionTechniquesHasBeenSet = true; m_resolutionTechniques = std::forward<ResolutionTechniquesT>(value); }
113 template<typename ResolutionTechniquesT = ResolutionTechniques>
114 GetMatchingWorkflowResult& WithResolutionTechniques(ResolutionTechniquesT&& value) { SetResolutionTechniques(std::forward<ResolutionTechniquesT>(value)); return *this;}
116
118
121 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
122 template<typename CreatedAtT = Aws::Utils::DateTime>
123 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
124 template<typename CreatedAtT = Aws::Utils::DateTime>
125 GetMatchingWorkflowResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
127
129
132 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
133 template<typename UpdatedAtT = Aws::Utils::DateTime>
134 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
135 template<typename UpdatedAtT = Aws::Utils::DateTime>
136 GetMatchingWorkflowResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
138
140
144 inline const IncrementalRunConfig& GetIncrementalRunConfig() const { return m_incrementalRunConfig; }
145 template<typename IncrementalRunConfigT = IncrementalRunConfig>
146 void SetIncrementalRunConfig(IncrementalRunConfigT&& value) { m_incrementalRunConfigHasBeenSet = true; m_incrementalRunConfig = std::forward<IncrementalRunConfigT>(value); }
147 template<typename IncrementalRunConfigT = IncrementalRunConfig>
148 GetMatchingWorkflowResult& WithIncrementalRunConfig(IncrementalRunConfigT&& value) { SetIncrementalRunConfig(std::forward<IncrementalRunConfigT>(value)); return *this;}
150
152
156 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
157 template<typename RoleArnT = Aws::String>
158 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
159 template<typename RoleArnT = Aws::String>
160 GetMatchingWorkflowResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
162
164
167 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
168 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
170 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
171 GetMatchingWorkflowResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
172 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
173 GetMatchingWorkflowResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
174 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
175 }
177
179
180 inline const Aws::String& GetRequestId() const { return m_requestId; }
181 template<typename RequestIdT = Aws::String>
182 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
183 template<typename RequestIdT = Aws::String>
184 GetMatchingWorkflowResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
186 private:
187
188 Aws::String m_workflowName;
189 bool m_workflowNameHasBeenSet = false;
190
191 Aws::String m_workflowArn;
192 bool m_workflowArnHasBeenSet = false;
193
194 Aws::String m_description;
195 bool m_descriptionHasBeenSet = false;
196
197 Aws::Vector<InputSource> m_inputSourceConfig;
198 bool m_inputSourceConfigHasBeenSet = false;
199
200 Aws::Vector<OutputSource> m_outputSourceConfig;
201 bool m_outputSourceConfigHasBeenSet = false;
202
203 ResolutionTechniques m_resolutionTechniques;
204 bool m_resolutionTechniquesHasBeenSet = false;
205
206 Aws::Utils::DateTime m_createdAt{};
207 bool m_createdAtHasBeenSet = false;
208
209 Aws::Utils::DateTime m_updatedAt{};
210 bool m_updatedAtHasBeenSet = false;
211
212 IncrementalRunConfig m_incrementalRunConfig;
213 bool m_incrementalRunConfigHasBeenSet = false;
214
215 Aws::String m_roleArn;
216 bool m_roleArnHasBeenSet = false;
217
219 bool m_tagsHasBeenSet = false;
220
221 Aws::String m_requestId;
222 bool m_requestIdHasBeenSet = false;
223 };
224
225} // namespace Model
226} // namespace EntityResolution
227} // namespace Aws
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMatchingWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetMatchingWorkflowResult & WithRequestId(RequestIdT &&value)
GetMatchingWorkflowResult & AddOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetMatchingWorkflowResult & WithWorkflowName(WorkflowNameT &&value)
GetMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfigT &&value)
GetMatchingWorkflowResult & WithUpdatedAt(UpdatedAtT &&value)
GetMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniquesT &&value)
GetMatchingWorkflowResult & AddInputSourceConfig(InputSourceConfigT &&value)
GetMatchingWorkflowResult & WithInputSourceConfig(InputSourceConfigT &&value)
const Aws::Vector< InputSource > & GetInputSourceConfig() const
GetMatchingWorkflowResult & WithWorkflowArn(WorkflowArnT &&value)
GetMatchingWorkflowResult & WithDescription(DescriptionT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMatchingWorkflowResult & WithOutputSourceConfig(OutputSourceConfigT &&value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
GetMatchingWorkflowResult & WithRoleArn(RoleArnT &&value)
GetMatchingWorkflowResult & WithCreatedAt(CreatedAtT &&value)
AWS_ENTITYRESOLUTION_API GetMatchingWorkflowResult()=default
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