AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
TargetProcessingProperties.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
29 public:
30 AWS_GLUE_API TargetProcessingProperties() = default;
34
36
39 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
40 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
41 template <typename RoleArnT = Aws::String>
42 void SetRoleArn(RoleArnT&& value) {
43 m_roleArnHasBeenSet = true;
44 m_roleArn = std::forward<RoleArnT>(value);
45 }
46 template <typename RoleArnT = Aws::String>
48 SetRoleArn(std::forward<RoleArnT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetKmsArn() const { return m_kmsArn; }
58 inline bool KmsArnHasBeenSet() const { return m_kmsArnHasBeenSet; }
59 template <typename KmsArnT = Aws::String>
60 void SetKmsArn(KmsArnT&& value) {
61 m_kmsArnHasBeenSet = true;
62 m_kmsArn = std::forward<KmsArnT>(value);
63 }
64 template <typename KmsArnT = Aws::String>
66 SetKmsArn(std::forward<KmsArnT>(value));
67 return *this;
68 }
70
72
76 inline const Aws::String& GetConnectionName() const { return m_connectionName; }
77 inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; }
78 template <typename ConnectionNameT = Aws::String>
79 void SetConnectionName(ConnectionNameT&& value) {
80 m_connectionNameHasBeenSet = true;
81 m_connectionName = std::forward<ConnectionNameT>(value);
82 }
83 template <typename ConnectionNameT = Aws::String>
85 SetConnectionName(std::forward<ConnectionNameT>(value));
86 return *this;
87 }
89
91
95 inline const Aws::String& GetEventBusArn() const { return m_eventBusArn; }
96 inline bool EventBusArnHasBeenSet() const { return m_eventBusArnHasBeenSet; }
97 template <typename EventBusArnT = Aws::String>
98 void SetEventBusArn(EventBusArnT&& value) {
99 m_eventBusArnHasBeenSet = true;
100 m_eventBusArn = std::forward<EventBusArnT>(value);
101 }
102 template <typename EventBusArnT = Aws::String>
104 SetEventBusArn(std::forward<EventBusArnT>(value));
105 return *this;
106 }
108 private:
109 Aws::String m_roleArn;
110
111 Aws::String m_kmsArn;
112
113 Aws::String m_connectionName;
114
115 Aws::String m_eventBusArn;
116 bool m_roleArnHasBeenSet = false;
117 bool m_kmsArnHasBeenSet = false;
118 bool m_connectionNameHasBeenSet = false;
119 bool m_eventBusArnHasBeenSet = false;
120};
121
122} // namespace Model
123} // namespace Glue
124} // namespace Aws
TargetProcessingProperties & WithKmsArn(KmsArnT &&value)
TargetProcessingProperties & WithConnectionName(ConnectionNameT &&value)
AWS_GLUE_API TargetProcessingProperties()=default
AWS_GLUE_API TargetProcessingProperties(Aws::Utils::Json::JsonView jsonValue)
TargetProcessingProperties & WithRoleArn(RoleArnT &&value)
TargetProcessingProperties & WithEventBusArn(EventBusArnT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API TargetProcessingProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue