7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/CustomerProfilesIntegrationConfig.h>
11#include <aws/entityresolution/model/OutputAttribute.h>
22namespace EntityResolution {
47 template <
typename KMSArnT = Aws::String>
49 m_kMSArnHasBeenSet =
true;
50 m_kMSArn = std::forward<KMSArnT>(value);
52 template <
typename KMSArnT = Aws::String>
65 template <
typename OutputS3PathT = Aws::String>
67 m_outputS3PathHasBeenSet =
true;
68 m_outputS3Path = std::forward<OutputS3PathT>(value);
70 template <
typename OutputS3PathT = Aws::String>
86 template <
typename OutputT = Aws::Vector<OutputAttribute>>
88 m_outputHasBeenSet =
true;
89 m_output = std::forward<OutputT>(value);
91 template <
typename OutputT = Aws::Vector<OutputAttribute>>
96 template <
typename OutputT = OutputAttribute>
98 m_outputHasBeenSet =
true;
99 m_output.emplace_back(std::forward<OutputT>(value));
115 m_applyNormalizationHasBeenSet =
true;
116 m_applyNormalization = value;
132 return m_customerProfilesIntegrationConfig;
135 template <
typename CustomerProfilesIntegrationConfigT = CustomerProfilesIntegrationConfig>
137 m_customerProfilesIntegrationConfigHasBeenSet =
true;
138 m_customerProfilesIntegrationConfig = std::forward<CustomerProfilesIntegrationConfigT>(value);
140 template <
typename CustomerProfilesIntegrationConfigT = CustomerProfilesIntegrationConfig>
153 bool m_applyNormalization{
false};
155 CustomerProfilesIntegrationConfig m_customerProfilesIntegrationConfig;
156 bool m_kMSArnHasBeenSet =
false;
157 bool m_outputS3PathHasBeenSet =
false;
158 bool m_outputHasBeenSet =
false;
159 bool m_applyNormalizationHasBeenSet =
false;
160 bool m_customerProfilesIntegrationConfigHasBeenSet =
false;
void SetOutput(OutputT &&value)
const Aws::Vector< OutputAttribute > & GetOutput() const
AWS_ENTITYRESOLUTION_API OutputSource(Aws::Utils::Json::JsonView jsonValue)
const CustomerProfilesIntegrationConfig & GetCustomerProfilesIntegrationConfig() const
bool ApplyNormalizationHasBeenSet() const
OutputSource & WithApplyNormalization(bool value)
void SetOutputS3Path(OutputS3PathT &&value)
OutputSource & AddOutput(OutputT &&value)
bool OutputS3PathHasBeenSet() const
void SetCustomerProfilesIntegrationConfig(CustomerProfilesIntegrationConfigT &&value)
bool KMSArnHasBeenSet() const
OutputSource & WithKMSArn(KMSArnT &&value)
bool GetApplyNormalization() const
void SetApplyNormalization(bool value)
OutputSource & WithOutput(OutputT &&value)
AWS_ENTITYRESOLUTION_API OutputSource()=default
const Aws::String & GetOutputS3Path() const
AWS_ENTITYRESOLUTION_API OutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKMSArn(KMSArnT &&value)
OutputSource & WithOutputS3Path(OutputS3PathT &&value)
bool OutputHasBeenSet() const
bool CustomerProfilesIntegrationConfigHasBeenSet() const
OutputSource & WithCustomerProfilesIntegrationConfig(CustomerProfilesIntegrationConfigT &&value)
const Aws::String & GetKMSArn() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue