AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TargetProcessingProperties.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_GLUE_API TargetProcessingProperties() = default;
39
40
42
45 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
46 inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; }
47 template<typename RoleArnT = Aws::String>
48 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
49 template<typename RoleArnT = Aws::String>
50 TargetProcessingProperties& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
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) { m_kmsArnHasBeenSet = true; m_kmsArn = std::forward<KmsArnT>(value); }
61 template<typename KmsArnT = Aws::String>
62 TargetProcessingProperties& WithKmsArn(KmsArnT&& value) { SetKmsArn(std::forward<KmsArnT>(value)); return *this;}
64
66
70 inline const Aws::String& GetConnectionName() const { return m_connectionName; }
71 inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; }
72 template<typename ConnectionNameT = Aws::String>
73 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet = true; m_connectionName = std::forward<ConnectionNameT>(value); }
74 template<typename ConnectionNameT = Aws::String>
75 TargetProcessingProperties& WithConnectionName(ConnectionNameT&& value) { SetConnectionName(std::forward<ConnectionNameT>(value)); return *this;}
77
79
83 inline const Aws::String& GetEventBusArn() const { return m_eventBusArn; }
84 inline bool EventBusArnHasBeenSet() const { return m_eventBusArnHasBeenSet; }
85 template<typename EventBusArnT = Aws::String>
86 void SetEventBusArn(EventBusArnT&& value) { m_eventBusArnHasBeenSet = true; m_eventBusArn = std::forward<EventBusArnT>(value); }
87 template<typename EventBusArnT = Aws::String>
88 TargetProcessingProperties& WithEventBusArn(EventBusArnT&& value) { SetEventBusArn(std::forward<EventBusArnT>(value)); return *this;}
90 private:
91
92 Aws::String m_roleArn;
93 bool m_roleArnHasBeenSet = false;
94
95 Aws::String m_kmsArn;
96 bool m_kmsArnHasBeenSet = false;
97
98 Aws::String m_connectionName;
99 bool m_connectionNameHasBeenSet = false;
100
101 Aws::String m_eventBusArn;
102 bool m_eventBusArnHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace Glue
107} // 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