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>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace EntityResolution {
41 template <
typename Prov
iderNameT = Aws::String>
43 m_providerNameHasBeenSet =
true;
44 m_providerName = std::forward<ProviderNameT>(value);
46 template <
typename Prov
iderNameT = Aws::String>
58 template <
typename Prov
iderServiceNameT = Aws::String>
60 m_providerServiceNameHasBeenSet =
true;
61 m_providerServiceName = std::forward<ProviderServiceNameT>(value);
63 template <
typename Prov
iderServiceNameT = Aws::String>
75 template <
typename Prov
iderServiceDisplayNameT = Aws::String>
77 m_providerServiceDisplayNameHasBeenSet =
true;
78 m_providerServiceDisplayName = std::forward<ProviderServiceDisplayNameT>(value);
80 template <
typename Prov
iderServiceDisplayNameT = Aws::String>
93 m_providerServiceTypeHasBeenSet =
true;
94 m_providerServiceType = value;
108 template <
typename Prov
iderServiceArnT = Aws::String>
110 m_providerServiceArnHasBeenSet =
true;
111 m_providerServiceArn = std::forward<ProviderServiceArnT>(value);
113 template <
typename Prov
iderServiceArnT = Aws::String>
125 template <
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
127 m_providerConfigurationDefinitionHasBeenSet =
true;
128 m_providerConfigurationDefinition = std::forward<ProviderConfigurationDefinitionT>(value);
130 template <
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
142 template <
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
144 m_providerIdNameSpaceConfigurationHasBeenSet =
true;
145 m_providerIdNameSpaceConfiguration = std::forward<ProviderIdNameSpaceConfigurationT>(value);
147 template <
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
159 template <
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
161 m_providerJobConfigurationHasBeenSet =
true;
162 m_providerJobConfiguration = std::forward<ProviderJobConfigurationT>(value);
164 template <
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
176 template <
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
178 m_providerEndpointConfigurationHasBeenSet =
true;
179 m_providerEndpointConfiguration = std::forward<ProviderEndpointConfigurationT>(value);
181 template <
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
198 m_anonymizedOutputHasBeenSet =
true;
199 m_anonymizedOutput = value;
212 template <
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
214 m_providerEntityOutputDefinitionHasBeenSet =
true;
215 m_providerEntityOutputDefinition = std::forward<ProviderEntityOutputDefinitionT>(value);
217 template <
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
230 return m_providerIntermediateDataAccessConfiguration;
232 template <
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
234 m_providerIntermediateDataAccessConfigurationHasBeenSet =
true;
235 m_providerIntermediateDataAccessConfiguration = std::forward<ProviderIntermediateDataAccessConfigurationT>(value);
237 template <
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
249 template <
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
251 m_providerComponentSchemaHasBeenSet =
true;
252 m_providerComponentSchema = std::forward<ProviderComponentSchemaT>(value);
254 template <
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
264 template <
typename RequestIdT = Aws::String>
266 m_requestIdHasBeenSet =
true;
267 m_requestId = std::forward<RequestIdT>(value);
269 template <
typename RequestIdT = Aws::String>
290 ProviderIdNameSpaceConfiguration m_providerIdNameSpaceConfiguration;
294 ProviderEndpointConfiguration m_providerEndpointConfiguration;
296 bool m_anonymizedOutput{
false};
300 ProviderIntermediateDataAccessConfiguration m_providerIntermediateDataAccessConfiguration;
302 ProviderComponentSchema m_providerComponentSchema;
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;
GetProviderServiceResult & WithProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT &&value)
void SetAnonymizedOutput(bool value)
AWS_ENTITYRESOLUTION_API GetProviderServiceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetProviderComponentSchema(ProviderComponentSchemaT &&value)
const ProviderEndpointConfiguration & GetProviderEndpointConfiguration() const
GetProviderServiceResult & WithProviderJobConfiguration(ProviderJobConfigurationT &&value)
void SetProviderServiceArn(ProviderServiceArnT &&value)
GetProviderServiceResult & WithProviderName(ProviderNameT &&value)
GetProviderServiceResult & WithProviderServiceType(ServiceType value)
void SetRequestId(RequestIdT &&value)
AWS_ENTITYRESOLUTION_API GetProviderServiceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProviderConfigurationDefinition(ProviderConfigurationDefinitionT &&value)
const Aws::String & GetRequestId() const
GetProviderServiceResult & WithProviderServiceArn(ProviderServiceArnT &&value)
Aws::Utils::DocumentView GetProviderJobConfiguration() const
void SetProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT &&value)
const Aws::String & GetProviderServiceArn() const
void SetProviderJobConfiguration(ProviderJobConfigurationT &&value)
GetProviderServiceResult & WithRequestId(RequestIdT &&value)
bool GetAnonymizedOutput() const
GetProviderServiceResult & WithProviderComponentSchema(ProviderComponentSchemaT &&value)
void SetProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT &&value)
GetProviderServiceResult & WithProviderServiceDisplayName(ProviderServiceDisplayNameT &&value)
Aws::Utils::DocumentView GetProviderEntityOutputDefinition() const
GetProviderServiceResult & WithProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT &&value)
GetProviderServiceResult & WithAnonymizedOutput(bool value)
void SetProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT &&value)
void SetProviderServiceType(ServiceType value)
GetProviderServiceResult & WithProviderEndpointConfiguration(ProviderEndpointConfigurationT &&value)
const Aws::String & GetProviderServiceDisplayName() const
void SetProviderEndpointConfiguration(ProviderEndpointConfigurationT &&value)
const ProviderIdNameSpaceConfiguration & GetProviderIdNameSpaceConfiguration() const
GetProviderServiceResult & WithProviderServiceName(ProviderServiceNameT &&value)
Aws::Utils::DocumentView GetProviderConfigurationDefinition() const
void SetProviderName(ProviderNameT &&value)
void SetProviderServiceName(ProviderServiceNameT &&value)
GetProviderServiceResult & WithProviderConfigurationDefinition(ProviderConfigurationDefinitionT &&value)
const Aws::String & GetProviderName() const
AWS_ENTITYRESOLUTION_API GetProviderServiceResult()=default
ServiceType GetProviderServiceType() const
const Aws::String & GetProviderServiceName() const
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