AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GetProviderServiceResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/entityresolution/EntityResolution_EXPORTS.h>
11#include <aws/entityresolution/model/ProviderComponentSchema.h>
12#include <aws/entityresolution/model/ProviderEndpointConfiguration.h>
13#include <aws/entityresolution/model/ProviderIdNameSpaceConfiguration.h>
14#include <aws/entityresolution/model/ProviderIntermediateDataAccessConfiguration.h>
15#include <aws/entityresolution/model/ServiceType.h>
16
17#include <utility>
18
19namespace Aws {
20template <typename RESULT_TYPE>
21class AmazonWebServiceResult;
22
23namespace Utils {
24namespace Json {
25class JsonValue;
26} // namespace Json
27} // namespace Utils
28namespace EntityResolution {
29namespace Model {
31 public:
32 AWS_ENTITYRESOLUTION_API GetProviderServiceResult() = default;
35
37
40 inline const Aws::String& GetProviderName() const { return m_providerName; }
41 template <typename ProviderNameT = Aws::String>
42 void SetProviderName(ProviderNameT&& value) {
43 m_providerNameHasBeenSet = true;
44 m_providerName = std::forward<ProviderNameT>(value);
45 }
46 template <typename ProviderNameT = Aws::String>
48 SetProviderName(std::forward<ProviderNameT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetProviderServiceName() const { return m_providerServiceName; }
58 template <typename ProviderServiceNameT = Aws::String>
59 void SetProviderServiceName(ProviderServiceNameT&& value) {
60 m_providerServiceNameHasBeenSet = true;
61 m_providerServiceName = std::forward<ProviderServiceNameT>(value);
62 }
63 template <typename ProviderServiceNameT = Aws::String>
64 GetProviderServiceResult& WithProviderServiceName(ProviderServiceNameT&& value) {
65 SetProviderServiceName(std::forward<ProviderServiceNameT>(value));
66 return *this;
67 }
69
71
74 inline const Aws::String& GetProviderServiceDisplayName() const { return m_providerServiceDisplayName; }
75 template <typename ProviderServiceDisplayNameT = Aws::String>
76 void SetProviderServiceDisplayName(ProviderServiceDisplayNameT&& value) {
77 m_providerServiceDisplayNameHasBeenSet = true;
78 m_providerServiceDisplayName = std::forward<ProviderServiceDisplayNameT>(value);
79 }
80 template <typename ProviderServiceDisplayNameT = Aws::String>
81 GetProviderServiceResult& WithProviderServiceDisplayName(ProviderServiceDisplayNameT&& value) {
82 SetProviderServiceDisplayName(std::forward<ProviderServiceDisplayNameT>(value));
83 return *this;
84 }
86
88
91 inline ServiceType GetProviderServiceType() const { return m_providerServiceType; }
93 m_providerServiceTypeHasBeenSet = true;
94 m_providerServiceType = value;
95 }
98 return *this;
99 }
101
103
107 inline const Aws::String& GetProviderServiceArn() const { return m_providerServiceArn; }
108 template <typename ProviderServiceArnT = Aws::String>
109 void SetProviderServiceArn(ProviderServiceArnT&& value) {
110 m_providerServiceArnHasBeenSet = true;
111 m_providerServiceArn = std::forward<ProviderServiceArnT>(value);
112 }
113 template <typename ProviderServiceArnT = Aws::String>
114 GetProviderServiceResult& WithProviderServiceArn(ProviderServiceArnT&& value) {
115 SetProviderServiceArn(std::forward<ProviderServiceArnT>(value));
116 return *this;
117 }
119
121
124 inline Aws::Utils::DocumentView GetProviderConfigurationDefinition() const { return m_providerConfigurationDefinition; }
125 template <typename ProviderConfigurationDefinitionT = Aws::Utils::Document>
126 void SetProviderConfigurationDefinition(ProviderConfigurationDefinitionT&& value) {
127 m_providerConfigurationDefinitionHasBeenSet = true;
128 m_providerConfigurationDefinition = std::forward<ProviderConfigurationDefinitionT>(value);
129 }
130 template <typename ProviderConfigurationDefinitionT = Aws::Utils::Document>
131 GetProviderServiceResult& WithProviderConfigurationDefinition(ProviderConfigurationDefinitionT&& value) {
132 SetProviderConfigurationDefinition(std::forward<ProviderConfigurationDefinitionT>(value));
133 return *this;
134 }
136
138
141 inline const ProviderIdNameSpaceConfiguration& GetProviderIdNameSpaceConfiguration() const { return m_providerIdNameSpaceConfiguration; }
142 template <typename ProviderIdNameSpaceConfigurationT = ProviderIdNameSpaceConfiguration>
143 void SetProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT&& value) {
144 m_providerIdNameSpaceConfigurationHasBeenSet = true;
145 m_providerIdNameSpaceConfiguration = std::forward<ProviderIdNameSpaceConfigurationT>(value);
146 }
147 template <typename ProviderIdNameSpaceConfigurationT = ProviderIdNameSpaceConfiguration>
148 GetProviderServiceResult& WithProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT&& value) {
149 SetProviderIdNameSpaceConfiguration(std::forward<ProviderIdNameSpaceConfigurationT>(value));
150 return *this;
151 }
153
155
158 inline Aws::Utils::DocumentView GetProviderJobConfiguration() const { return m_providerJobConfiguration; }
159 template <typename ProviderJobConfigurationT = Aws::Utils::Document>
160 void SetProviderJobConfiguration(ProviderJobConfigurationT&& value) {
161 m_providerJobConfigurationHasBeenSet = true;
162 m_providerJobConfiguration = std::forward<ProviderJobConfigurationT>(value);
163 }
164 template <typename ProviderJobConfigurationT = Aws::Utils::Document>
165 GetProviderServiceResult& WithProviderJobConfiguration(ProviderJobConfigurationT&& value) {
166 SetProviderJobConfiguration(std::forward<ProviderJobConfigurationT>(value));
167 return *this;
168 }
170
172
175 inline const ProviderEndpointConfiguration& GetProviderEndpointConfiguration() const { return m_providerEndpointConfiguration; }
176 template <typename ProviderEndpointConfigurationT = ProviderEndpointConfiguration>
177 void SetProviderEndpointConfiguration(ProviderEndpointConfigurationT&& value) {
178 m_providerEndpointConfigurationHasBeenSet = true;
179 m_providerEndpointConfiguration = std::forward<ProviderEndpointConfigurationT>(value);
180 }
181 template <typename ProviderEndpointConfigurationT = ProviderEndpointConfiguration>
182 GetProviderServiceResult& WithProviderEndpointConfiguration(ProviderEndpointConfigurationT&& value) {
183 SetProviderEndpointConfiguration(std::forward<ProviderEndpointConfigurationT>(value));
184 return *this;
185 }
187
189
196 inline bool GetAnonymizedOutput() const { return m_anonymizedOutput; }
197 inline void SetAnonymizedOutput(bool value) {
198 m_anonymizedOutputHasBeenSet = true;
199 m_anonymizedOutput = value;
200 }
202 SetAnonymizedOutput(value);
203 return *this;
204 }
206
208
211 inline Aws::Utils::DocumentView GetProviderEntityOutputDefinition() const { return m_providerEntityOutputDefinition; }
212 template <typename ProviderEntityOutputDefinitionT = Aws::Utils::Document>
213 void SetProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT&& value) {
214 m_providerEntityOutputDefinitionHasBeenSet = true;
215 m_providerEntityOutputDefinition = std::forward<ProviderEntityOutputDefinitionT>(value);
216 }
217 template <typename ProviderEntityOutputDefinitionT = Aws::Utils::Document>
218 GetProviderServiceResult& WithProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT&& value) {
219 SetProviderEntityOutputDefinition(std::forward<ProviderEntityOutputDefinitionT>(value));
220 return *this;
221 }
223
225
230 return m_providerIntermediateDataAccessConfiguration;
231 }
232 template <typename ProviderIntermediateDataAccessConfigurationT = ProviderIntermediateDataAccessConfiguration>
233 void SetProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT&& value) {
234 m_providerIntermediateDataAccessConfigurationHasBeenSet = true;
235 m_providerIntermediateDataAccessConfiguration = std::forward<ProviderIntermediateDataAccessConfigurationT>(value);
236 }
237 template <typename ProviderIntermediateDataAccessConfigurationT = ProviderIntermediateDataAccessConfiguration>
238 GetProviderServiceResult& WithProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT&& value) {
239 SetProviderIntermediateDataAccessConfiguration(std::forward<ProviderIntermediateDataAccessConfigurationT>(value));
240 return *this;
241 }
243
245
248 inline const ProviderComponentSchema& GetProviderComponentSchema() const { return m_providerComponentSchema; }
249 template <typename ProviderComponentSchemaT = ProviderComponentSchema>
250 void SetProviderComponentSchema(ProviderComponentSchemaT&& value) {
251 m_providerComponentSchemaHasBeenSet = true;
252 m_providerComponentSchema = std::forward<ProviderComponentSchemaT>(value);
253 }
254 template <typename ProviderComponentSchemaT = ProviderComponentSchema>
255 GetProviderServiceResult& WithProviderComponentSchema(ProviderComponentSchemaT&& value) {
256 SetProviderComponentSchema(std::forward<ProviderComponentSchemaT>(value));
257 return *this;
258 }
260
262
263 inline const Aws::String& GetRequestId() const { return m_requestId; }
264 template <typename RequestIdT = Aws::String>
265 void SetRequestId(RequestIdT&& value) {
266 m_requestIdHasBeenSet = true;
267 m_requestId = std::forward<RequestIdT>(value);
268 }
269 template <typename RequestIdT = Aws::String>
271 SetRequestId(std::forward<RequestIdT>(value));
272 return *this;
273 }
275 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
276
277 private:
278 Aws::String m_providerName;
279
280 Aws::String m_providerServiceName;
281
282 Aws::String m_providerServiceDisplayName;
283
284 ServiceType m_providerServiceType{ServiceType::NOT_SET};
285
286 Aws::String m_providerServiceArn;
287
288 Aws::Utils::Document m_providerConfigurationDefinition;
289
290 ProviderIdNameSpaceConfiguration m_providerIdNameSpaceConfiguration;
291
292 Aws::Utils::Document m_providerJobConfiguration;
293
294 ProviderEndpointConfiguration m_providerEndpointConfiguration;
295
296 bool m_anonymizedOutput{false};
297
298 Aws::Utils::Document m_providerEntityOutputDefinition;
299
300 ProviderIntermediateDataAccessConfiguration m_providerIntermediateDataAccessConfiguration;
301
302 ProviderComponentSchema m_providerComponentSchema;
303
304 Aws::String m_requestId;
305 Aws::Http::HttpResponseCode m_HttpResponseCode;
306 bool m_providerNameHasBeenSet = false;
307 bool m_providerServiceNameHasBeenSet = false;
308 bool m_providerServiceDisplayNameHasBeenSet = false;
309 bool m_providerServiceTypeHasBeenSet = false;
310 bool m_providerServiceArnHasBeenSet = false;
311 bool m_providerConfigurationDefinitionHasBeenSet = false;
312 bool m_providerIdNameSpaceConfigurationHasBeenSet = false;
313 bool m_providerJobConfigurationHasBeenSet = false;
314 bool m_providerEndpointConfigurationHasBeenSet = false;
315 bool m_anonymizedOutputHasBeenSet = false;
316 bool m_providerEntityOutputDefinitionHasBeenSet = false;
317 bool m_providerIntermediateDataAccessConfigurationHasBeenSet = false;
318 bool m_providerComponentSchemaHasBeenSet = false;
319 bool m_requestIdHasBeenSet = false;
320};
321
322} // namespace Model
323} // namespace EntityResolution
324} // namespace Aws
GetProviderServiceResult & WithProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT &&value)
AWS_ENTITYRESOLUTION_API GetProviderServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProviderComponentSchema(ProviderComponentSchemaT &&value)
const ProviderEndpointConfiguration & GetProviderEndpointConfiguration() const
GetProviderServiceResult & WithProviderJobConfiguration(ProviderJobConfigurationT &&value)
GetProviderServiceResult & WithProviderName(ProviderNameT &&value)
GetProviderServiceResult & WithProviderServiceType(ServiceType value)
AWS_ENTITYRESOLUTION_API GetProviderServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProviderConfigurationDefinition(ProviderConfigurationDefinitionT &&value)
GetProviderServiceResult & WithProviderServiceArn(ProviderServiceArnT &&value)
void SetProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT &&value)
void SetProviderJobConfiguration(ProviderJobConfigurationT &&value)
GetProviderServiceResult & WithRequestId(RequestIdT &&value)
GetProviderServiceResult & WithProviderComponentSchema(ProviderComponentSchemaT &&value)
void SetProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT &&value)
GetProviderServiceResult & WithProviderServiceDisplayName(ProviderServiceDisplayNameT &&value)
GetProviderServiceResult & WithProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT &&value)
void SetProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT &&value)
GetProviderServiceResult & WithProviderEndpointConfiguration(ProviderEndpointConfigurationT &&value)
void SetProviderEndpointConfiguration(ProviderEndpointConfigurationT &&value)
const ProviderIdNameSpaceConfiguration & GetProviderIdNameSpaceConfiguration() const
GetProviderServiceResult & WithProviderServiceName(ProviderServiceNameT &&value)
GetProviderServiceResult & WithProviderConfigurationDefinition(ProviderConfigurationDefinitionT &&value)
AWS_ENTITYRESOLUTION_API GetProviderServiceResult()=default
void SetProviderServiceDisplayName(ProviderServiceDisplayNameT &&value)
GetProviderServiceResult & WithProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT &&value)
const ProviderComponentSchema & GetProviderComponentSchema() const
const ProviderIntermediateDataAccessConfiguration & GetProviderIntermediateDataAccessConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue