AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetProviderServiceResult.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/ServiceType.h>
10#include <aws/core/utils/Document.h>
11#include <aws/entityresolution/model/ProviderIdNameSpaceConfiguration.h>
12#include <aws/entityresolution/model/ProviderEndpointConfiguration.h>
13#include <aws/entityresolution/model/ProviderIntermediateDataAccessConfiguration.h>
14#include <aws/entityresolution/model/ProviderComponentSchema.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 GetProviderServiceResult() = default;
39
40
42
45 inline const Aws::String& GetProviderName() const { return m_providerName; }
46 template<typename ProviderNameT = Aws::String>
47 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet = true; m_providerName = std::forward<ProviderNameT>(value); }
48 template<typename ProviderNameT = Aws::String>
49 GetProviderServiceResult& WithProviderName(ProviderNameT&& value) { SetProviderName(std::forward<ProviderNameT>(value)); return *this;}
51
53
56 inline const Aws::String& GetProviderServiceName() const { return m_providerServiceName; }
57 template<typename ProviderServiceNameT = Aws::String>
58 void SetProviderServiceName(ProviderServiceNameT&& value) { m_providerServiceNameHasBeenSet = true; m_providerServiceName = std::forward<ProviderServiceNameT>(value); }
59 template<typename ProviderServiceNameT = Aws::String>
60 GetProviderServiceResult& WithProviderServiceName(ProviderServiceNameT&& value) { SetProviderServiceName(std::forward<ProviderServiceNameT>(value)); return *this;}
62
64
67 inline const Aws::String& GetProviderServiceDisplayName() const { return m_providerServiceDisplayName; }
68 template<typename ProviderServiceDisplayNameT = Aws::String>
69 void SetProviderServiceDisplayName(ProviderServiceDisplayNameT&& value) { m_providerServiceDisplayNameHasBeenSet = true; m_providerServiceDisplayName = std::forward<ProviderServiceDisplayNameT>(value); }
70 template<typename ProviderServiceDisplayNameT = Aws::String>
71 GetProviderServiceResult& WithProviderServiceDisplayName(ProviderServiceDisplayNameT&& value) { SetProviderServiceDisplayName(std::forward<ProviderServiceDisplayNameT>(value)); return *this;}
73
75
78 inline ServiceType GetProviderServiceType() const { return m_providerServiceType; }
79 inline void SetProviderServiceType(ServiceType value) { m_providerServiceTypeHasBeenSet = true; m_providerServiceType = value; }
82
84
88 inline const Aws::String& GetProviderServiceArn() const { return m_providerServiceArn; }
89 template<typename ProviderServiceArnT = Aws::String>
90 void SetProviderServiceArn(ProviderServiceArnT&& value) { m_providerServiceArnHasBeenSet = true; m_providerServiceArn = std::forward<ProviderServiceArnT>(value); }
91 template<typename ProviderServiceArnT = Aws::String>
92 GetProviderServiceResult& WithProviderServiceArn(ProviderServiceArnT&& value) { SetProviderServiceArn(std::forward<ProviderServiceArnT>(value)); return *this;}
94
96
99 inline Aws::Utils::DocumentView GetProviderConfigurationDefinition() const { return m_providerConfigurationDefinition; }
100 template<typename ProviderConfigurationDefinitionT = Aws::Utils::Document>
101 void SetProviderConfigurationDefinition(ProviderConfigurationDefinitionT&& value) { m_providerConfigurationDefinitionHasBeenSet = true; m_providerConfigurationDefinition = std::forward<ProviderConfigurationDefinitionT>(value); }
102 template<typename ProviderConfigurationDefinitionT = Aws::Utils::Document>
103 GetProviderServiceResult& WithProviderConfigurationDefinition(ProviderConfigurationDefinitionT&& value) { SetProviderConfigurationDefinition(std::forward<ProviderConfigurationDefinitionT>(value)); return *this;}
105
107
110 inline const ProviderIdNameSpaceConfiguration& GetProviderIdNameSpaceConfiguration() const { return m_providerIdNameSpaceConfiguration; }
111 template<typename ProviderIdNameSpaceConfigurationT = ProviderIdNameSpaceConfiguration>
112 void SetProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT&& value) { m_providerIdNameSpaceConfigurationHasBeenSet = true; m_providerIdNameSpaceConfiguration = std::forward<ProviderIdNameSpaceConfigurationT>(value); }
113 template<typename ProviderIdNameSpaceConfigurationT = ProviderIdNameSpaceConfiguration>
114 GetProviderServiceResult& WithProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT&& value) { SetProviderIdNameSpaceConfiguration(std::forward<ProviderIdNameSpaceConfigurationT>(value)); return *this;}
116
118
121 inline Aws::Utils::DocumentView GetProviderJobConfiguration() const { return m_providerJobConfiguration; }
122 template<typename ProviderJobConfigurationT = Aws::Utils::Document>
123 void SetProviderJobConfiguration(ProviderJobConfigurationT&& value) { m_providerJobConfigurationHasBeenSet = true; m_providerJobConfiguration = std::forward<ProviderJobConfigurationT>(value); }
124 template<typename ProviderJobConfigurationT = Aws::Utils::Document>
125 GetProviderServiceResult& WithProviderJobConfiguration(ProviderJobConfigurationT&& value) { SetProviderJobConfiguration(std::forward<ProviderJobConfigurationT>(value)); return *this;}
127
129
132 inline const ProviderEndpointConfiguration& GetProviderEndpointConfiguration() const { return m_providerEndpointConfiguration; }
133 template<typename ProviderEndpointConfigurationT = ProviderEndpointConfiguration>
134 void SetProviderEndpointConfiguration(ProviderEndpointConfigurationT&& value) { m_providerEndpointConfigurationHasBeenSet = true; m_providerEndpointConfiguration = std::forward<ProviderEndpointConfigurationT>(value); }
135 template<typename ProviderEndpointConfigurationT = ProviderEndpointConfiguration>
136 GetProviderServiceResult& WithProviderEndpointConfiguration(ProviderEndpointConfigurationT&& value) { SetProviderEndpointConfiguration(std::forward<ProviderEndpointConfigurationT>(value)); return *this;}
138
140
147 inline bool GetAnonymizedOutput() const { return m_anonymizedOutput; }
148 inline void SetAnonymizedOutput(bool value) { m_anonymizedOutputHasBeenSet = true; m_anonymizedOutput = value; }
149 inline GetProviderServiceResult& WithAnonymizedOutput(bool value) { SetAnonymizedOutput(value); return *this;}
151
153
156 inline Aws::Utils::DocumentView GetProviderEntityOutputDefinition() const { return m_providerEntityOutputDefinition; }
157 template<typename ProviderEntityOutputDefinitionT = Aws::Utils::Document>
158 void SetProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT&& value) { m_providerEntityOutputDefinitionHasBeenSet = true; m_providerEntityOutputDefinition = std::forward<ProviderEntityOutputDefinitionT>(value); }
159 template<typename ProviderEntityOutputDefinitionT = Aws::Utils::Document>
160 GetProviderServiceResult& WithProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT&& value) { SetProviderEntityOutputDefinition(std::forward<ProviderEntityOutputDefinitionT>(value)); return *this;}
162
164
168 inline const ProviderIntermediateDataAccessConfiguration& GetProviderIntermediateDataAccessConfiguration() const { return m_providerIntermediateDataAccessConfiguration; }
169 template<typename ProviderIntermediateDataAccessConfigurationT = ProviderIntermediateDataAccessConfiguration>
170 void SetProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT&& value) { m_providerIntermediateDataAccessConfigurationHasBeenSet = true; m_providerIntermediateDataAccessConfiguration = std::forward<ProviderIntermediateDataAccessConfigurationT>(value); }
171 template<typename ProviderIntermediateDataAccessConfigurationT = ProviderIntermediateDataAccessConfiguration>
172 GetProviderServiceResult& WithProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT&& value) { SetProviderIntermediateDataAccessConfiguration(std::forward<ProviderIntermediateDataAccessConfigurationT>(value)); return *this;}
174
176
179 inline const ProviderComponentSchema& GetProviderComponentSchema() const { return m_providerComponentSchema; }
180 template<typename ProviderComponentSchemaT = ProviderComponentSchema>
181 void SetProviderComponentSchema(ProviderComponentSchemaT&& value) { m_providerComponentSchemaHasBeenSet = true; m_providerComponentSchema = std::forward<ProviderComponentSchemaT>(value); }
182 template<typename ProviderComponentSchemaT = ProviderComponentSchema>
183 GetProviderServiceResult& WithProviderComponentSchema(ProviderComponentSchemaT&& value) { SetProviderComponentSchema(std::forward<ProviderComponentSchemaT>(value)); return *this;}
185
187
188 inline const Aws::String& GetRequestId() const { return m_requestId; }
189 template<typename RequestIdT = Aws::String>
190 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
191 template<typename RequestIdT = Aws::String>
192 GetProviderServiceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
194 private:
195
196 Aws::String m_providerName;
197 bool m_providerNameHasBeenSet = false;
198
199 Aws::String m_providerServiceName;
200 bool m_providerServiceNameHasBeenSet = false;
201
202 Aws::String m_providerServiceDisplayName;
203 bool m_providerServiceDisplayNameHasBeenSet = false;
204
205 ServiceType m_providerServiceType{ServiceType::NOT_SET};
206 bool m_providerServiceTypeHasBeenSet = false;
207
208 Aws::String m_providerServiceArn;
209 bool m_providerServiceArnHasBeenSet = false;
210
211 Aws::Utils::Document m_providerConfigurationDefinition;
212 bool m_providerConfigurationDefinitionHasBeenSet = false;
213
214 ProviderIdNameSpaceConfiguration m_providerIdNameSpaceConfiguration;
215 bool m_providerIdNameSpaceConfigurationHasBeenSet = false;
216
217 Aws::Utils::Document m_providerJobConfiguration;
218 bool m_providerJobConfigurationHasBeenSet = false;
219
220 ProviderEndpointConfiguration m_providerEndpointConfiguration;
221 bool m_providerEndpointConfigurationHasBeenSet = false;
222
223 bool m_anonymizedOutput{false};
224 bool m_anonymizedOutputHasBeenSet = false;
225
226 Aws::Utils::Document m_providerEntityOutputDefinition;
227 bool m_providerEntityOutputDefinitionHasBeenSet = false;
228
229 ProviderIntermediateDataAccessConfiguration m_providerIntermediateDataAccessConfiguration;
230 bool m_providerIntermediateDataAccessConfigurationHasBeenSet = false;
231
232 ProviderComponentSchema m_providerComponentSchema;
233 bool m_providerComponentSchemaHasBeenSet = false;
234
235 Aws::String m_requestId;
236 bool m_requestIdHasBeenSet = false;
237 };
238
239} // namespace Model
240} // namespace EntityResolution
241} // 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