7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/entityresolution/model/OutputAttribute.h>
23namespace EntityResolution
51 template<
typename OutputS3PathT = Aws::String>
52 void SetOutputS3Path(OutputS3PathT&& value) { m_outputS3PathHasBeenSet =
true; m_outputS3Path = std::forward<OutputS3PathT>(value); }
53 template<
typename OutputS3PathT = Aws::String>
64 template<
typename KMSArnT = Aws::String>
65 void SetKMSArn(KMSArnT&& value) { m_kMSArnHasBeenSet =
true; m_kMSArn = std::forward<KMSArnT>(value); }
66 template<
typename KMSArnT = Aws::String>
79 template<
typename OutputT = Aws::Vector<OutputAttribute>>
80 void SetOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output = std::forward<OutputT>(value); }
81 template<
typename OutputT = Aws::Vector<OutputAttribute>>
83 template<
typename OutputT = OutputAttribute>
84 OutputSource&
AddOutput(OutputT&& value) { m_outputHasBeenSet =
true; m_output.emplace_back(std::forward<OutputT>(value));
return *
this; }
97 inline void SetApplyNormalization(
bool value) { m_applyNormalizationHasBeenSet =
true; m_applyNormalization = value; }
103 bool m_outputS3PathHasBeenSet =
false;
106 bool m_kMSArnHasBeenSet =
false;
109 bool m_outputHasBeenSet =
false;
111 bool m_applyNormalization{
false};
112 bool m_applyNormalizationHasBeenSet =
false;
void SetOutput(OutputT &&value)
const Aws::Vector< OutputAttribute > & GetOutput() const
AWS_ENTITYRESOLUTION_API OutputSource(Aws::Utils::Json::JsonView jsonValue)
bool ApplyNormalizationHasBeenSet() const
OutputSource & WithApplyNormalization(bool value)
void SetOutputS3Path(OutputS3PathT &&value)
OutputSource & AddOutput(OutputT &&value)
bool OutputS3PathHasBeenSet() const
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
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