AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateMatchingWorkflowResult.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/IncrementalRunConfig.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/entityresolution/model/ResolutionTechniques.h>
12#include <aws/entityresolution/model/InputSource.h>
13#include <aws/entityresolution/model/OutputSource.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 CreateMatchingWorkflowResult();
38
39
41
44 inline const Aws::String& GetDescription() const{ return m_description; }
45 inline void SetDescription(const Aws::String& value) { m_description = value; }
46 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
47 inline void SetDescription(const char* value) { m_description.assign(value); }
48 inline CreateMatchingWorkflowResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
49 inline CreateMatchingWorkflowResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
50 inline CreateMatchingWorkflowResult& WithDescription(const char* value) { SetDescription(value); return *this;}
52
54
58 inline const IncrementalRunConfig& GetIncrementalRunConfig() const{ return m_incrementalRunConfig; }
59 inline void SetIncrementalRunConfig(const IncrementalRunConfig& value) { m_incrementalRunConfig = value; }
60 inline void SetIncrementalRunConfig(IncrementalRunConfig&& value) { m_incrementalRunConfig = std::move(value); }
64
66
70 inline const Aws::Vector<InputSource>& GetInputSourceConfig() const{ return m_inputSourceConfig; }
71 inline void SetInputSourceConfig(const Aws::Vector<InputSource>& value) { m_inputSourceConfig = value; }
72 inline void SetInputSourceConfig(Aws::Vector<InputSource>&& value) { m_inputSourceConfig = std::move(value); }
75 inline CreateMatchingWorkflowResult& AddInputSourceConfig(const InputSource& value) { m_inputSourceConfig.push_back(value); return *this; }
76 inline CreateMatchingWorkflowResult& AddInputSourceConfig(InputSource&& value) { m_inputSourceConfig.push_back(std::move(value)); return *this; }
78
80
85 inline const Aws::Vector<OutputSource>& GetOutputSourceConfig() const{ return m_outputSourceConfig; }
86 inline void SetOutputSourceConfig(const Aws::Vector<OutputSource>& value) { m_outputSourceConfig = value; }
87 inline void SetOutputSourceConfig(Aws::Vector<OutputSource>&& value) { m_outputSourceConfig = std::move(value); }
90 inline CreateMatchingWorkflowResult& AddOutputSourceConfig(const OutputSource& value) { m_outputSourceConfig.push_back(value); return *this; }
91 inline CreateMatchingWorkflowResult& AddOutputSourceConfig(OutputSource&& value) { m_outputSourceConfig.push_back(std::move(value)); return *this; }
93
95
99 inline const ResolutionTechniques& GetResolutionTechniques() const{ return m_resolutionTechniques; }
100 inline void SetResolutionTechniques(const ResolutionTechniques& value) { m_resolutionTechniques = value; }
101 inline void SetResolutionTechniques(ResolutionTechniques&& value) { m_resolutionTechniques = std::move(value); }
105
107
111 inline const Aws::String& GetRoleArn() const{ return m_roleArn; }
112 inline void SetRoleArn(const Aws::String& value) { m_roleArn = value; }
113 inline void SetRoleArn(Aws::String&& value) { m_roleArn = std::move(value); }
114 inline void SetRoleArn(const char* value) { m_roleArn.assign(value); }
115 inline CreateMatchingWorkflowResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
116 inline CreateMatchingWorkflowResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
117 inline CreateMatchingWorkflowResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
119
121
125 inline const Aws::String& GetWorkflowArn() const{ return m_workflowArn; }
126 inline void SetWorkflowArn(const Aws::String& value) { m_workflowArn = value; }
127 inline void SetWorkflowArn(Aws::String&& value) { m_workflowArn = std::move(value); }
128 inline void SetWorkflowArn(const char* value) { m_workflowArn.assign(value); }
129 inline CreateMatchingWorkflowResult& WithWorkflowArn(const Aws::String& value) { SetWorkflowArn(value); return *this;}
130 inline CreateMatchingWorkflowResult& WithWorkflowArn(Aws::String&& value) { SetWorkflowArn(std::move(value)); return *this;}
131 inline CreateMatchingWorkflowResult& WithWorkflowArn(const char* value) { SetWorkflowArn(value); return *this;}
133
135
138 inline const Aws::String& GetWorkflowName() const{ return m_workflowName; }
139 inline void SetWorkflowName(const Aws::String& value) { m_workflowName = value; }
140 inline void SetWorkflowName(Aws::String&& value) { m_workflowName = std::move(value); }
141 inline void SetWorkflowName(const char* value) { m_workflowName.assign(value); }
142 inline CreateMatchingWorkflowResult& WithWorkflowName(const Aws::String& value) { SetWorkflowName(value); return *this;}
143 inline CreateMatchingWorkflowResult& WithWorkflowName(Aws::String&& value) { SetWorkflowName(std::move(value)); return *this;}
144 inline CreateMatchingWorkflowResult& WithWorkflowName(const char* value) { SetWorkflowName(value); return *this;}
146
148
149 inline const Aws::String& GetRequestId() const{ return m_requestId; }
150 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
151 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
152 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
153 inline CreateMatchingWorkflowResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
154 inline CreateMatchingWorkflowResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
155 inline CreateMatchingWorkflowResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
157 private:
158
159 Aws::String m_description;
160
161 IncrementalRunConfig m_incrementalRunConfig;
162
163 Aws::Vector<InputSource> m_inputSourceConfig;
164
165 Aws::Vector<OutputSource> m_outputSourceConfig;
166
167 ResolutionTechniques m_resolutionTechniques;
168
169 Aws::String m_roleArn;
170
171 Aws::String m_workflowArn;
172
173 Aws::String m_workflowName;
174
175 Aws::String m_requestId;
176 };
177
178} // namespace Model
179} // namespace EntityResolution
180} // namespace Aws
CreateMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniques &&value)
CreateMatchingWorkflowResult & WithResolutionTechniques(const ResolutionTechniques &value)
CreateMatchingWorkflowResult & WithInputSourceConfig(Aws::Vector< InputSource > &&value)
CreateMatchingWorkflowResult & WithOutputSourceConfig(const Aws::Vector< OutputSource > &value)
CreateMatchingWorkflowResult & WithRequestId(const char *value)
CreateMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfig &&value)
CreateMatchingWorkflowResult & AddOutputSourceConfig(OutputSource &&value)
CreateMatchingWorkflowResult & WithWorkflowName(const Aws::String &value)
CreateMatchingWorkflowResult & WithRoleArn(const Aws::String &value)
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMatchingWorkflowResult & WithRoleArn(const char *value)
CreateMatchingWorkflowResult & AddOutputSourceConfig(const OutputSource &value)
CreateMatchingWorkflowResult & WithInputSourceConfig(const Aws::Vector< InputSource > &value)
CreateMatchingWorkflowResult & AddInputSourceConfig(InputSource &&value)
CreateMatchingWorkflowResult & WithWorkflowArn(const char *value)
void SetInputSourceConfig(const Aws::Vector< InputSource > &value)
CreateMatchingWorkflowResult & WithWorkflowName(const char *value)
CreateMatchingWorkflowResult & WithWorkflowArn(const Aws::String &value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
CreateMatchingWorkflowResult & WithIncrementalRunConfig(const IncrementalRunConfig &value)
void SetOutputSourceConfig(const Aws::Vector< OutputSource > &value)
CreateMatchingWorkflowResult & WithDescription(const Aws::String &value)
CreateMatchingWorkflowResult & WithRequestId(const Aws::String &value)
CreateMatchingWorkflowResult & WithRequestId(Aws::String &&value)
CreateMatchingWorkflowResult & WithRoleArn(Aws::String &&value)
CreateMatchingWorkflowResult & AddInputSourceConfig(const InputSource &value)
CreateMatchingWorkflowResult & WithWorkflowArn(Aws::String &&value)
CreateMatchingWorkflowResult & WithWorkflowName(Aws::String &&value)
CreateMatchingWorkflowResult & WithDescription(const char *value)
AWS_ENTITYRESOLUTION_API CreateMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMatchingWorkflowResult & WithOutputSourceConfig(Aws::Vector< OutputSource > &&value)
CreateMatchingWorkflowResult & WithDescription(Aws::String &&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