7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
46 template<
typename OutputS3PathT = Aws::String>
47 void SetOutputS3Path(OutputS3PathT&& value) { m_outputS3PathHasBeenSet =
true; m_outputS3Path = std::forward<OutputS3PathT>(value); }
48 template<
typename OutputS3PathT = Aws::String>
59 template<
typename KMSArnT = Aws::String>
60 void SetKMSArn(KMSArnT&& value) { m_kMSArnHasBeenSet =
true; m_kMSArn = std::forward<KMSArnT>(value); }
61 template<
typename KMSArnT = Aws::String>
67 bool m_outputS3PathHasBeenSet =
false;
70 bool m_kMSArnHasBeenSet =
false;
IdMappingWorkflowOutputSource & WithKMSArn(KMSArnT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKMSArn() const
IdMappingWorkflowOutputSource & WithOutputS3Path(OutputS3PathT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKMSArn(KMSArnT &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource()=default
bool KMSArnHasBeenSet() const
const Aws::String & GetOutputS3Path() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputS3Path(OutputS3PathT &&value)
bool OutputS3PathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue