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>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace EntityResolution
46 template<
typename Prov
iderNameT = Aws::String>
47 void SetProviderName(ProviderNameT&& value) { m_providerNameHasBeenSet =
true; m_providerName = std::forward<ProviderNameT>(value); }
48 template<
typename Prov
iderNameT = Aws::String>
57 template<
typename Prov
iderServiceNameT = Aws::String>
58 void SetProviderServiceName(ProviderServiceNameT&& value) { m_providerServiceNameHasBeenSet =
true; m_providerServiceName = std::forward<ProviderServiceNameT>(value); }
59 template<
typename Prov
iderServiceNameT = Aws::String>
68 template<
typename Prov
iderServiceDisplayNameT = Aws::String>
69 void SetProviderServiceDisplayName(ProviderServiceDisplayNameT&& value) { m_providerServiceDisplayNameHasBeenSet =
true; m_providerServiceDisplayName = std::forward<ProviderServiceDisplayNameT>(value); }
70 template<
typename Prov
iderServiceDisplayNameT = Aws::String>
89 template<
typename Prov
iderServiceArnT = Aws::String>
90 void SetProviderServiceArn(ProviderServiceArnT&& value) { m_providerServiceArnHasBeenSet =
true; m_providerServiceArn = std::forward<ProviderServiceArnT>(value); }
91 template<
typename Prov
iderServiceArnT = Aws::String>
100 template<
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
101 void SetProviderConfigurationDefinition(ProviderConfigurationDefinitionT&& value) { m_providerConfigurationDefinitionHasBeenSet =
true; m_providerConfigurationDefinition = std::forward<ProviderConfigurationDefinitionT>(value); }
102 template<
typename Prov
iderConfigurationDefinitionT = Aws::Utils::Document>
111 template<
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
112 void SetProviderIdNameSpaceConfiguration(ProviderIdNameSpaceConfigurationT&& value) { m_providerIdNameSpaceConfigurationHasBeenSet =
true; m_providerIdNameSpaceConfiguration = std::forward<ProviderIdNameSpaceConfigurationT>(value); }
113 template<
typename Prov
iderIdNameSpaceConfigurationT = Prov
iderIdNameSpaceConfiguration>
122 template<
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
123 void SetProviderJobConfiguration(ProviderJobConfigurationT&& value) { m_providerJobConfigurationHasBeenSet =
true; m_providerJobConfiguration = std::forward<ProviderJobConfigurationT>(value); }
124 template<
typename Prov
iderJobConfigurationT = Aws::Utils::Document>
133 template<
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
134 void SetProviderEndpointConfiguration(ProviderEndpointConfigurationT&& value) { m_providerEndpointConfigurationHasBeenSet =
true; m_providerEndpointConfiguration = std::forward<ProviderEndpointConfigurationT>(value); }
135 template<
typename Prov
iderEndpo
intConfigurationT = Prov
iderEndpo
intConfiguration>
148 inline void SetAnonymizedOutput(
bool value) { m_anonymizedOutputHasBeenSet =
true; m_anonymizedOutput = value; }
157 template<
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
158 void SetProviderEntityOutputDefinition(ProviderEntityOutputDefinitionT&& value) { m_providerEntityOutputDefinitionHasBeenSet =
true; m_providerEntityOutputDefinition = std::forward<ProviderEntityOutputDefinitionT>(value); }
159 template<
typename Prov
iderEntityOutputDefinitionT = Aws::Utils::Document>
169 template<
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
170 void SetProviderIntermediateDataAccessConfiguration(ProviderIntermediateDataAccessConfigurationT&& value) { m_providerIntermediateDataAccessConfigurationHasBeenSet =
true; m_providerIntermediateDataAccessConfiguration = std::forward<ProviderIntermediateDataAccessConfigurationT>(value); }
171 template<
typename Prov
iderIntermediateDataAccessConfigurationT = Prov
iderIntermediateDataAccessConfiguration>
180 template<
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
181 void SetProviderComponentSchema(ProviderComponentSchemaT&& value) { m_providerComponentSchemaHasBeenSet =
true; m_providerComponentSchema = std::forward<ProviderComponentSchemaT>(value); }
182 template<
typename Prov
iderComponentSchemaT = Prov
iderComponentSchema>
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>
197 bool m_providerNameHasBeenSet =
false;
200 bool m_providerServiceNameHasBeenSet =
false;
203 bool m_providerServiceDisplayNameHasBeenSet =
false;
206 bool m_providerServiceTypeHasBeenSet =
false;
209 bool m_providerServiceArnHasBeenSet =
false;
212 bool m_providerConfigurationDefinitionHasBeenSet =
false;
214 ProviderIdNameSpaceConfiguration m_providerIdNameSpaceConfiguration;
215 bool m_providerIdNameSpaceConfigurationHasBeenSet =
false;
218 bool m_providerJobConfigurationHasBeenSet =
false;
220 ProviderEndpointConfiguration m_providerEndpointConfiguration;
221 bool m_providerEndpointConfigurationHasBeenSet =
false;
223 bool m_anonymizedOutput{
false};
224 bool m_anonymizedOutputHasBeenSet =
false;
227 bool m_providerEntityOutputDefinitionHasBeenSet =
false;
229 ProviderIntermediateDataAccessConfiguration m_providerIntermediateDataAccessConfiguration;
230 bool m_providerIntermediateDataAccessConfigurationHasBeenSet =
false;
232 ProviderComponentSchema m_providerComponentSchema;
233 bool m_providerComponentSchemaHasBeenSet =
false;
236 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