AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IdMappingWorkflowOutputSource.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EntityResolution
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource();
35 AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue);
37 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const Aws::String& GetKMSArn() const{ return m_kMSArn; }
46 inline bool KMSArnHasBeenSet() const { return m_kMSArnHasBeenSet; }
47 inline void SetKMSArn(const Aws::String& value) { m_kMSArnHasBeenSet = true; m_kMSArn = value; }
48 inline void SetKMSArn(Aws::String&& value) { m_kMSArnHasBeenSet = true; m_kMSArn = std::move(value); }
49 inline void SetKMSArn(const char* value) { m_kMSArnHasBeenSet = true; m_kMSArn.assign(value); }
50 inline IdMappingWorkflowOutputSource& WithKMSArn(const Aws::String& value) { SetKMSArn(value); return *this;}
51 inline IdMappingWorkflowOutputSource& WithKMSArn(Aws::String&& value) { SetKMSArn(std::move(value)); return *this;}
52 inline IdMappingWorkflowOutputSource& WithKMSArn(const char* value) { SetKMSArn(value); return *this;}
54
56
59 inline const Aws::String& GetOutputS3Path() const{ return m_outputS3Path; }
60 inline bool OutputS3PathHasBeenSet() const { return m_outputS3PathHasBeenSet; }
61 inline void SetOutputS3Path(const Aws::String& value) { m_outputS3PathHasBeenSet = true; m_outputS3Path = value; }
62 inline void SetOutputS3Path(Aws::String&& value) { m_outputS3PathHasBeenSet = true; m_outputS3Path = std::move(value); }
63 inline void SetOutputS3Path(const char* value) { m_outputS3PathHasBeenSet = true; m_outputS3Path.assign(value); }
64 inline IdMappingWorkflowOutputSource& WithOutputS3Path(const Aws::String& value) { SetOutputS3Path(value); return *this;}
65 inline IdMappingWorkflowOutputSource& WithOutputS3Path(Aws::String&& value) { SetOutputS3Path(std::move(value)); return *this;}
66 inline IdMappingWorkflowOutputSource& WithOutputS3Path(const char* value) { SetOutputS3Path(value); return *this;}
68 private:
69
70 Aws::String m_kMSArn;
71 bool m_kMSArnHasBeenSet = false;
72
73 Aws::String m_outputS3Path;
74 bool m_outputS3PathHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace EntityResolution
79} // namespace Aws
IdMappingWorkflowOutputSource & WithKMSArn(Aws::String &&value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowOutputSource & WithOutputS3Path(Aws::String &&value)
IdMappingWorkflowOutputSource & WithOutputS3Path(const char *value)
AWS_ENTITYRESOLUTION_API IdMappingWorkflowOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingWorkflowOutputSource & WithOutputS3Path(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
IdMappingWorkflowOutputSource & WithKMSArn(const char *value)
IdMappingWorkflowOutputSource & WithKMSArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue