AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
IdMappingJobOutputSource.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EntityResolution {
20namespace Model {
21
29 public:
30 AWS_ENTITYRESOLUTION_API IdMappingJobOutputSource() = default;
31 AWS_ENTITYRESOLUTION_API IdMappingJobOutputSource(Aws::Utils::Json::JsonView jsonValue);
33 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
41 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
42 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
43 template <typename RoleArnT = Aws::String>
44 void SetRoleArn(RoleArnT&& value) {
45 m_roleArnHasBeenSet = true;
46 m_roleArn = std::forward<RoleArnT>(value);
47 }
48 template <typename RoleArnT = Aws::String>
50 SetRoleArn(std::forward<RoleArnT>(value));
51 return *this;
52 }
54
56
59 inline const Aws::String& GetOutputS3Path() const { return m_outputS3Path; }
60 inline bool OutputS3PathHasBeenSet() const { return m_outputS3PathHasBeenSet; }
61 template <typename OutputS3PathT = Aws::String>
62 void SetOutputS3Path(OutputS3PathT&& value) {
63 m_outputS3PathHasBeenSet = true;
64 m_outputS3Path = std::forward<OutputS3PathT>(value);
65 }
66 template <typename OutputS3PathT = Aws::String>
68 SetOutputS3Path(std::forward<OutputS3PathT>(value));
69 return *this;
70 }
72
74
78 inline const Aws::String& GetKMSArn() const { return m_kMSArn; }
79 inline bool KMSArnHasBeenSet() const { return m_kMSArnHasBeenSet; }
80 template <typename KMSArnT = Aws::String>
81 void SetKMSArn(KMSArnT&& value) {
82 m_kMSArnHasBeenSet = true;
83 m_kMSArn = std::forward<KMSArnT>(value);
84 }
85 template <typename KMSArnT = Aws::String>
87 SetKMSArn(std::forward<KMSArnT>(value));
88 return *this;
89 }
91 private:
92 Aws::String m_roleArn;
93
94 Aws::String m_outputS3Path;
95
96 Aws::String m_kMSArn;
97 bool m_roleArnHasBeenSet = false;
98 bool m_outputS3PathHasBeenSet = false;
99 bool m_kMSArnHasBeenSet = false;
100};
101
102} // namespace Model
103} // namespace EntityResolution
104} // namespace Aws
AWS_ENTITYRESOLUTION_API IdMappingJobOutputSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API IdMappingJobOutputSource()=default
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API IdMappingJobOutputSource(Aws::Utils::Json::JsonView jsonValue)
IdMappingJobOutputSource & WithKMSArn(KMSArnT &&value)
IdMappingJobOutputSource & WithRoleArn(RoleArnT &&value)
IdMappingJobOutputSource & WithOutputS3Path(OutputS3PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue