7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
49 inline void SetKMSArn(
const char* value) { m_kMSArnHasBeenSet =
true; m_kMSArn.assign(value); }
63 inline void SetOutputS3Path(
const char* value) { m_outputS3PathHasBeenSet =
true; m_outputS3Path.assign(value); }
71 bool m_kMSArnHasBeenSet =
false;
74 bool m_outputS3PathHasBeenSet =
false;
IdMappingWorkflowOutputSource & WithKMSArn(Aws::String &&value)
void SetKMSArn(const Aws::String &value)
void SetOutputS3Path(const Aws::String &value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKMSArn() const
IdMappingWorkflowOutputSource & WithOutputS3Path(Aws::String &&value)
void SetOutputS3Path(const char *value)
IdMappingWorkflowOutputSource & WithOutputS3Path(const char *value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowOutputSource & WithOutputS3Path(const Aws::String &value)
void SetOutputS3Path(Aws::String &&value)
bool KMSArnHasBeenSet() const
const Aws::String & GetOutputS3Path() const
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource()
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputS3PathHasBeenSet() const
IdMappingWorkflowOutputSource & WithKMSArn(const char *value)
void SetKMSArn(const char *value)
void SetKMSArn(Aws::String &&value)
IdMappingWorkflowOutputSource & WithKMSArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue