AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateMatchingWorkflowResult.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 UpdateMatchingWorkflowResult();
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 UpdateMatchingWorkflowResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
49 inline UpdateMatchingWorkflowResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
50 inline UpdateMatchingWorkflowResult& 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 UpdateMatchingWorkflowResult& AddInputSourceConfig(const InputSource& value) { m_inputSourceConfig.push_back(value); return *this; }
76 inline UpdateMatchingWorkflowResult& 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 UpdateMatchingWorkflowResult& AddOutputSourceConfig(const OutputSource& value) { m_outputSourceConfig.push_back(value); return *this; }
91 inline UpdateMatchingWorkflowResult& 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 UpdateMatchingWorkflowResult& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;}
116 inline UpdateMatchingWorkflowResult& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;}
117 inline UpdateMatchingWorkflowResult& WithRoleArn(const char* value) { SetRoleArn(value); return *this;}
119
121
124 inline const Aws::String& GetWorkflowName() const{ return m_workflowName; }
125 inline void SetWorkflowName(const Aws::String& value) { m_workflowName = value; }
126 inline void SetWorkflowName(Aws::String&& value) { m_workflowName = std::move(value); }
127 inline void SetWorkflowName(const char* value) { m_workflowName.assign(value); }
128 inline UpdateMatchingWorkflowResult& WithWorkflowName(const Aws::String& value) { SetWorkflowName(value); return *this;}
129 inline UpdateMatchingWorkflowResult& WithWorkflowName(Aws::String&& value) { SetWorkflowName(std::move(value)); return *this;}
130 inline UpdateMatchingWorkflowResult& WithWorkflowName(const char* value) { SetWorkflowName(value); return *this;}
132
134
135 inline const Aws::String& GetRequestId() const{ return m_requestId; }
136 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
137 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
138 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
139 inline UpdateMatchingWorkflowResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
140 inline UpdateMatchingWorkflowResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
141 inline UpdateMatchingWorkflowResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
143 private:
144
145 Aws::String m_description;
146
147 IncrementalRunConfig m_incrementalRunConfig;
148
149 Aws::Vector<InputSource> m_inputSourceConfig;
150
151 Aws::Vector<OutputSource> m_outputSourceConfig;
152
153 ResolutionTechniques m_resolutionTechniques;
154
155 Aws::String m_roleArn;
156
157 Aws::String m_workflowName;
158
159 Aws::String m_requestId;
160 };
161
162} // namespace Model
163} // namespace EntityResolution
164} // namespace Aws
UpdateMatchingWorkflowResult & WithOutputSourceConfig(const Aws::Vector< OutputSource > &value)
UpdateMatchingWorkflowResult & WithRequestId(const Aws::String &value)
UpdateMatchingWorkflowResult & AddInputSourceConfig(const InputSource &value)
UpdateMatchingWorkflowResult & WithWorkflowName(const char *value)
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMatchingWorkflowResult & WithRoleArn(const char *value)
UpdateMatchingWorkflowResult & WithRequestId(Aws::String &&value)
UpdateMatchingWorkflowResult & AddInputSourceConfig(InputSource &&value)
UpdateMatchingWorkflowResult & WithRoleArn(const Aws::String &value)
UpdateMatchingWorkflowResult & WithInputSourceConfig(Aws::Vector< InputSource > &&value)
UpdateMatchingWorkflowResult & WithIncrementalRunConfig(IncrementalRunConfig &&value)
UpdateMatchingWorkflowResult & WithWorkflowName(Aws::String &&value)
UpdateMatchingWorkflowResult & WithWorkflowName(const Aws::String &value)
UpdateMatchingWorkflowResult & WithIncrementalRunConfig(const IncrementalRunConfig &value)
const Aws::Vector< OutputSource > & GetOutputSourceConfig() const
UpdateMatchingWorkflowResult & WithOutputSourceConfig(Aws::Vector< OutputSource > &&value)
UpdateMatchingWorkflowResult & WithRequestId(const char *value)
UpdateMatchingWorkflowResult & AddOutputSourceConfig(const OutputSource &value)
UpdateMatchingWorkflowResult & WithResolutionTechniques(const ResolutionTechniques &value)
UpdateMatchingWorkflowResult & WithResolutionTechniques(ResolutionTechniques &&value)
UpdateMatchingWorkflowResult & WithDescription(const char *value)
AWS_ENTITYRESOLUTION_API UpdateMatchingWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOutputSourceConfig(const Aws::Vector< OutputSource > &value)
UpdateMatchingWorkflowResult & WithRoleArn(Aws::String &&value)
UpdateMatchingWorkflowResult & AddOutputSourceConfig(OutputSource &&value)
UpdateMatchingWorkflowResult & WithInputSourceConfig(const Aws::Vector< InputSource > &value)
void SetInputSourceConfig(const Aws::Vector< InputSource > &value)
UpdateMatchingWorkflowResult & WithDescription(Aws::String &&value)
UpdateMatchingWorkflowResult & WithDescription(const 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