7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/ProviderComponentSchema.h>
11#include <aws/entityresolution/model/ProviderEndpointConfiguration.h>
12#include <aws/entityresolution/model/ProviderIdNameSpaceConfiguration.h>
13#include <aws/entityresolution/model/ProviderIntermediateDataAccessConfiguration.h>
14#include <aws/entityresolution/model/ServiceType.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace EntityResolution {
40 template <
typename Prov
iderNameT = Aws::String>
42 m_providerNameHasBeenSet =
true;
43 m_providerName = std::forward<ProviderNameT>(value);
45 template <
typename Prov
iderNameT = Aws::String>
57 template <
typename Prov
iderServiceNameT = Aws::String>
59 m_providerServiceNameHasBeenSet =
true;
60 m_providerServiceName = std::forward<ProviderServiceNameT>(value);
62 template <
typename Prov
iderServiceNameT = Aws::String>
74 template <
typename Prov
iderServiceDisplayNameT = Aws::String>
76 m_providerServiceDisplayNameHasBeenSet =
true;
77 m_providerServiceDisplayName = std::forward<ProviderServiceDisplayNameT>(value);
79 template <
typename Prov
iderServiceDisplayNameT = Aws::String>
92 m_providerServiceTypeHasBeenSet =
true;
93 m_providerServiceType = value;
107 template <
typename Prov
iderServiceArnT = Aws::String>
109 m_providerServiceArnHasBeenSet =
true;
110 m_providerServiceArn = std::forward<ProviderServiceArnT>(value);
112 template <
typename Prov
iderServiceArnT = Aws::String>
124 template <
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
126 m_providerConfigurationDefinitionHasBeenSet =
true;
127 m_providerConfigurationDefinition = std::forward<ProviderConfigurationDefinitionT>(value);
129 template <
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
141 template <
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
143 m_providerIdNameSpaceConfigurationHasBeenSet =
true;
144 m_providerIdNameSpaceConfiguration = std::forward<ProviderIdNameSpaceConfigurationT>(value);
146 template <
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
158 template <
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
160 m_providerJobConfigurationHasBeenSet =
true;
161 m_providerJobConfiguration = std::forward<ProviderJobConfigurationT>(value);
163 template <
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
175 template <
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
177 m_providerEndpointConfigurationHasBeenSet =
true;
178 m_providerEndpointConfiguration = std::forward<ProviderEndpointConfigurationT>(value);
180 template <
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
197 m_anonymizedOutputHasBeenSet =
true;
198 m_anonymizedOutput = value;
211 template <
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
213 m_providerEntityOutputDefinitionHasBeenSet =
true;
214 m_providerEntityOutputDefinition = std::forward<ProviderEntityOutputDefinitionT>(value);
216 template <
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
229 return m_providerIntermediateDataAccessConfiguration;
231 template <
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
233 m_providerIntermediateDataAccessConfigurationHasBeenSet =
true;
234 m_providerIntermediateDataAccessConfiguration = std::forward<ProviderIntermediateDataAccessConfigurationT>(value);
236 template <
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
248 template <
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
250 m_providerComponentSchemaHasBeenSet =
true;
251 m_providerComponentSchema = std::forward<ProviderComponentSchemaT>(value);
253 template <
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
263 template <
typename RequestIdT = Aws::String>
265 m_requestIdHasBeenSet =
true;
266 m_requestId = std::forward<RequestIdT>(value);
268 template <
typename RequestIdT = Aws::String>
287 ProviderIdNameSpaceConfiguration m_providerIdNameSpaceConfiguration;
291 ProviderEndpointConfiguration m_providerEndpointConfiguration;
293 bool m_anonymizedOutput{
false};
297 ProviderIntermediateDataAccessConfiguration m_providerIntermediateDataAccessConfiguration;
299 ProviderComponentSchema m_providerComponentSchema;
302 bool m_providerNameHasBeenSet =
false;
303 bool m_providerServiceNameHasBeenSet =
false;
304 bool m_providerServiceDisplayNameHasBeenSet =
false;
305 bool m_providerServiceTypeHasBeenSet =
false;
306 bool m_providerServiceArnHasBeenSet =
false;
307 bool m_providerConfigurationDefinitionHasBeenSet =
false;
308 bool m_providerIdNameSpaceConfigurationHasBeenSet =
false;
309 bool m_providerJobConfigurationHasBeenSet =
false;
310 bool m_providerEndpointConfigurationHasBeenSet =
false;
311 bool m_anonymizedOutputHasBeenSet =
false;
312 bool m_providerEntityOutputDefinitionHasBeenSet =
false;
313 bool m_providerIntermediateDataAccessConfigurationHasBeenSet =
false;
314 bool m_providerComponentSchemaHasBeenSet =
false;
315 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)
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