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
54 inline void SetKMSArn(
const char* value) { m_kMSArnHasBeenSet =
true; m_kMSArn.assign(value); }
70 inline void SetApplyNormalization(
bool value) { m_applyNormalizationHasBeenSet =
true; m_applyNormalization = value; }
99 inline void SetOutputS3Path(
const char* value) { m_outputS3PathHasBeenSet =
true; m_outputS3Path.assign(value); }
107 bool m_kMSArnHasBeenSet =
false;
109 bool m_applyNormalization;
110 bool m_applyNormalizationHasBeenSet =
false;
113 bool m_outputHasBeenSet =
false;
116 bool m_outputS3PathHasBeenSet =
false;
void SetKMSArn(const char *value)
OutputSource & WithOutput(Aws::Vector< OutputAttribute > &&value)
const Aws::Vector< OutputAttribute > & GetOutput() const
OutputSource & WithOutputS3Path(const Aws::String &value)
void SetOutputS3Path(Aws::String &&value)
void SetKMSArn(Aws::String &&value)
AWS_ENTITYRESOLUTION_API OutputSource(Aws::Utils::Json::JsonView jsonValue)
OutputSource & WithKMSArn(Aws::String &&value)
OutputSource & WithKMSArn(const Aws::String &value)
bool ApplyNormalizationHasBeenSet() const
OutputSource & WithApplyNormalization(bool value)
AWS_ENTITYRESOLUTION_API OutputSource()
bool OutputS3PathHasBeenSet() const
bool KMSArnHasBeenSet() const
OutputSource & WithOutputS3Path(const char *value)
OutputSource & AddOutput(OutputAttribute &&value)
void SetOutput(Aws::Vector< OutputAttribute > &&value)
OutputSource & WithKMSArn(const char *value)
bool GetApplyNormalization() const
void SetApplyNormalization(bool value)
void SetOutputS3Path(const Aws::String &value)
void SetKMSArn(const Aws::String &value)
const Aws::String & GetOutputS3Path() const
AWS_ENTITYRESOLUTION_API OutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OutputHasBeenSet() const
OutputSource & WithOutputS3Path(Aws::String &&value)
void SetOutput(const Aws::Vector< OutputAttribute > &value)
void SetOutputS3Path(const char *value)
OutputSource & AddOutput(const OutputAttribute &value)
const Aws::String & GetKMSArn() const
OutputSource & WithOutput(const Aws::Vector< OutputAttribute > &value)
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